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.

66 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. MINORCOMP=certxsam
  8. TARGETNAME=$(MINORCOMP)
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. DLLENTRY=_DllMainCRTStartup
  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. # 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. # Copy common library files for local compile to match SDK build
  29. NTTARGETFILE0= \
  30. $(O)\ceerror.cpp \
  31. $(O)\cedebug.cpp \
  32. $(O)\celib.cpp
  33. PRECOMPILED_INCLUDE=pch.cpp
  34. SOURCES= \
  35. certxsam.idl \
  36. $(O)\certxsam_i.c \
  37. certxsam.rc \
  38. atl.cpp \
  39. certxsam.cpp \
  40. exit.cpp \
  41. module.cpp \
  42. $(NTTARGETFILE0)
  43. TARGETLIBS= \
  44. $(CA_RELATIVEROOT)\idl\com\$(O)\certidl.lib \
  45. $(SDK_LIB_PATH)\advapi32.lib \
  46. $(SDK_LIB_PATH)\crypt32.lib \
  47. $(SDK_LIB_PATH)\kernel32.lib \
  48. $(SDK_LIB_PATH)\ole32.lib \
  49. $(SDK_LIB_PATH)\oleaut32.lib \
  50. $(SDK_LIB_PATH)\user32.lib \
  51. $(SDK_LIB_PATH)\uuid.lib