Leaked source code of windows server 2003
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.

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