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.

61 lines
1.1 KiB

  1. # Copyright (C) Microsoft Corporation, 2001
  2. # Author: Sandy Coyne (scoyne)
  3. MAJORCOMP=crypt
  4. MINORCOMP=signtool
  5. TARGETNAME=$(MINORCOMP)
  6. TARGETPATH=obj
  7. TARGETTYPE=PROGRAM
  8. INCLUDES= \
  9. $(INCLUDES); \
  10. $(DS_INC_PATH); \
  11. $(SECURITY_INC); \
  12. $(BASE_INC_PATH)
  13. #C_DEFINES=$(C_DEFINES) -D_WINDOWS -DSIGNTOOL_LIST
  14. C_DEFINES=$(C_DEFINES) -D_WINDOWS
  15. # MSC_WARNING_LEVEL= /W4 /WX
  16. !IF !$(FREEBUILD)
  17. C_DEFINES=$(C_DEFINES) -DSIGNTOOL_DEBUG
  18. !ENDIF
  19. UMTYPE=console
  20. UMENTRY=wmain
  21. USE_MFC=1
  22. USE_MSVCRT=1
  23. USE_NTDLL=1
  24. !IF "$(CRYPT_USE_DEBUG_CRTS)"!=""
  25. DEBUG_CRTS=1
  26. !ENDIF
  27. SOURCES= \
  28. signtool.cpp \
  29. signtool.rc \
  30. signtooldebug.cpp \
  31. signtoolactions.cpp
  32. LINKLIBS= \
  33. $(SDK_LIB_PATH)\crypt32.lib
  34. TARGETLIBS = \
  35. $(SECURITY_LIB_PATH)\unicode.lib \
  36. $(SDK_LIB_PATH)\user32.lib \
  37. $(SDK_LIB_PATH)\ole32.lib \
  38. $(SDK_LIB_PATH)\oleaut32.lib \
  39. $(SDK_LIB_PATH)\wintrust.lib \
  40. $(SDK_LIB_PATH)\cryptui.lib \
  41. $(SDK_LIB_PATH)\shlwapi.lib \
  42. .\lib\obj\$(TARGET_DIRECTORY)\capicom.lib
  43. MISCFILES = \
  44. .\lib\obj\$(TARGET_DIRECTORY)\capicom.dll