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.

67 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. MAJORCOMP=crypt
  6. MINORCOMP=cryptext
  7. TARGETNAME=cryptext
  8. TARGETPATH=obj
  9. TARGETTYPE=DYNLINK
  10. DLLDEF=$(O)\$(MINORCOMP).def
  11. DLLENTRY=_DllMainCRTStartup
  12. C_DEFINES= -D_WINDOWS -D_USRDLL
  13. USE_MSVCRT=1
  14. NO_NTDLL=1
  15. UMTYPE=windows
  16. !IF "$(CRYPT_USE_DEBUG_CRTS)"!=""
  17. DEBUG_CRTS=1
  18. !ENDIF
  19. NOT_LEAN_AND_MEAN=1
  20. USE_SYSTEM_MIDL=1
  21. MIDL_UUIDDIR=$(O)
  22. USE_STATIC_ATL=1
  23. INCLUDES= $(O);$(SECURITY_INC); \
  24. $(DS_INC_PATH); \
  25. ..\..\pki\activex\xEnroll\$(O);
  26. DELAYLOAD=comctl32.dll
  27. DLOAD_ERROR_HANDLER=kernel32
  28. MISCFILES= \
  29. certmgr.msc \
  30. Certificate_UI_Extensions_{BA65DFDC-FC91-4286-B398-E680BF1AE68E}.sld
  31. SOURCES= \
  32. $(MINORCOMP).rc \
  33. $(MINORCOMP).cpp \
  34. $(MINORCOMP).idl \
  35. cryptPKO.cpp \
  36. cryptSig.cpp \
  37. stdafx.cpp \
  38. exthlpr.cpp
  39. TARGETLIBS= \
  40. $(SECURITY_LIB_PATH)\unicode.lib \
  41. $(SDK_LIB_PATH)\crypt32.lib \
  42. $(SDK_LIB_PATH)\cryptui.lib \
  43. $(SDK_LIB_PATH)\shell32.lib \
  44. $(SDK_LIB_PATH)\user32.lib \
  45. $(SDK_LIB_PATH)\kernel32.lib \
  46. $(SDK_LIB_PATH)\ole32.lib \
  47. $(SDK_LIB_PATH)\oleaut32.lib \
  48. $(SDK_LIB_PATH)\uuid.lib \
  49. $(SDK_LIB_PATH)\advapi32.lib \
  50. $(SDK_LIB_PATH)\comctl32.lib