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.

72 lines
1.4 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. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=obj
  9. TARGETTYPE=DYNLINK
  10. DLLENTRY=DllMain
  11. COFFBASE=certpol
  12. CHECKED_ALT_DIR=1
  13. NOT_LEAN_AND_MEAN=1
  14. USE_ATL=1
  15. USE_MSVCRT=1
  16. INCLUDES=$(O);$(CA_RELATIVEROOT)\include
  17. PASS0_HEADERDIR=$(O)
  18. PASS0_SOURCEDIR=$(O)
  19. MIDL_TLBDIR=$(O)
  20. # Until build.exe is fixed:
  21. CONDITIONAL_INCLUDES= \
  22. $(CA_MAC_CONDITIONAL_INCLUDES) \
  23. atlbase.h \
  24. atlcom.h \
  25. atlimpl.cpp
  26. C_DEFINES=-DUNICODE -D_UNICODE
  27. # Force include of makefile.inc for tlb dependency:
  28. NTTARGETFILES=
  29. # Copy common library files for local compile to match SDK build
  30. NTTARGETFILE0= \
  31. $(O)\ceerror.cpp \
  32. $(O)\cedebug.cpp \
  33. $(O)\ceformat.cpp \
  34. $(O)\celib.cpp
  35. PRECOMPILED_INCLUDE=pch.cpp
  36. SOURCES= \
  37. $(SOURCES) \
  38. $(MINORCOMP).idl \
  39. $(O)\$(MINORCOMP)_i.c \
  40. $(MINORCOMP).rc \
  41. atl.cpp \
  42. $(MINORCOMP).cpp \
  43. policy.cpp \
  44. module.cpp \
  45. $(NTTARGETFILE0)
  46. TARGETLIBS= \
  47. $(TARGETLIBS) \
  48. $(CA_RELATIVEROOT)\idl\com\$(O)\certidl.lib \
  49. $(SDK_LIB_PATH)\advapi32.lib \
  50. $(SDK_LIB_PATH)\crypt32.lib \
  51. $(SDK_LIB_PATH)\kernel32.lib \
  52. $(SDK_LIB_PATH)\ole32.lib \
  53. $(SDK_LIB_PATH)\oleaut32.lib \
  54. $(SDK_LIB_PATH)\user32.lib \
  55. $(SDK_LIB_PATH)\uuid.lib \
  56. $(SDK_LIB_PATH)\wininet.lib