Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.2 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. CA_RELATIVEROOT=..
  6. MAJORCOMP=certsrv
  7. MINORCOMP=certenc
  8. TARGETNAME=$(MINORCOMP)
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. DLLENTRY=DllMain
  12. CHECKED_ALT_DIR=1
  13. NOT_LEAN_AND_MEAN=1
  14. USE_ATL=1
  15. USE_MSVCRT=1
  16. INCLUDES=$(CA_RELATIVEROOT)\include;$(CA_RELATIVEROOT)\idl\com\$(O);
  17. # Until build.exe is fixed:
  18. CONDITIONAL_INCLUDES= \
  19. $(CA_MAC_CONDITIONAL_INCLUDES) \
  20. atlbase.h \
  21. atlcom.h \
  22. atlimpl.cpp
  23. C_DEFINES=-DUNICODE -D_UNICODE
  24. # Force include of makefile.inc for tlb dependency:
  25. NTTARGETFILES=
  26. # Copy common library files for local compile to match SDK build
  27. NTTARGETFILE0=$(O)\celib.cpp $(O)\ceerror.cpp
  28. PRECOMPILED_INCLUDE=pch.cpp
  29. SOURCES= \
  30. certenc.rc \
  31. adate.cpp \
  32. along.cpp \
  33. altname.cpp \
  34. astring.cpp \
  35. atl.cpp \
  36. bitstr.cpp \
  37. certenc.cpp \
  38. crldist.cpp \
  39. $(NTTARGETFILE0)
  40. TARGETLIBS= \
  41. $(CA_RELATIVEROOT)\idl\com\$(O)\certidl.lib \
  42. $(SDK_LIB_PATH)\kernel32.lib \
  43. $(SDK_LIB_PATH)\advapi32.lib \
  44. $(SDK_LIB_PATH)\crypt32.lib \
  45. $(SDK_LIB_PATH)\ole32.lib \
  46. $(SDK_LIB_PATH)\oleaut32.lib \
  47. $(SDK_LIB_PATH)\user32.lib \
  48. $(SDK_LIB_PATH)\uuid.lib