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.

65 lines
1.3 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=_DllMainCRTStartup
  12. CHECKED_ALT_DIR=1
  13. NOT_LEAN_AND_MEAN=1
  14. USE_ATL=1
  15. USE_MSVCRT=1
  16. !include $(CA_RELATIVEROOT)\sources.inc
  17. INCLUDES=$(CA_RELATIVEROOT)\include;$(CA_RELATIVEROOT)\idl\com\$(O);
  18. # Until build.exe is fixed:
  19. CONDITIONAL_INCLUDES= \
  20. $(CA_MAC_CONDITIONAL_INCLUDES) \
  21. atlbase.h \
  22. atlcom.h \
  23. atlimpl.cpp
  24. C_DEFINES=-DUNICODE -D_UNICODE
  25. # Force include of makefile.inc for tlb dependency:
  26. NTTARGETFILES=
  27. # Copy common library files for local compile to match SDK build
  28. NTTARGETFILE0=$(O)\celib.cpp $(O)\ceerror.cpp
  29. PRECOMPILED_INCLUDE=pch.cpp
  30. SOURCES= \
  31. certenc.rc \
  32. adate.cpp \
  33. along.cpp \
  34. altname.cpp \
  35. astring.cpp \
  36. atl.cpp \
  37. bitstr.cpp \
  38. certenc.cpp \
  39. crldist.cpp \
  40. $(NTTARGETFILE0)
  41. TARGETLIBS= \
  42. $(CA_RELATIVEROOT)\idl\com\$(O)\certidl.lib \
  43. $(SDK_LIB_PATH)\kernel32.lib \
  44. $(SDK_LIB_PATH)\advapi32.lib \
  45. $(SDK_LIB_PATH)\crypt32.lib \
  46. $(SDK_LIB_PATH)\ole32.lib \
  47. $(SDK_LIB_PATH)\oleaut32.lib \
  48. $(SDK_LIB_PATH)\user32.lib \
  49. $(SDK_LIB_PATH)\uuid.lib