Source code of Windows XP (NT5)
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.

77 lines
1.7 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=mssign32
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=$(SECURITY_LIB_DEST)
  9. TARGETTYPE=DYNLINK
  10. DLLDEF=$(O)\$(MINORCOMP).def
  11. DLLENTRY=_DllMainCRTStartup
  12. C_DEFINES= -D_WINDOWS
  13. NTTARGETFILES=$(MINORCOMP)_all
  14. INCLUDES= $(SECURITY_INC); \
  15. ..\..\common\pvkhlpr; \
  16. ..\..\pkitrust\mssip32; \
  17. $(DS_INC_PATH)\crypto
  18. NOT_LEAN_AND_MEAN=1
  19. USE_MSVCRT=1
  20. UMTYPE=windows
  21. !IF "$(CRYPT_USE_DEBUG_CRTS)"!=""
  22. DEBUG_CRTS=1
  23. !ENDIF
  24. #
  25. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  26. #
  27. SXS_ASSEMBLY_NAME=Microsoft.Windows.mssign32
  28. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  29. SXS_MANIFEST=mssign32.manifest
  30. SXS_MANIFEST_IN_RESOURCES=1
  31. SXS_NO_BINPLACE=1
  32. # the resource ID here must be 2
  33. SXS_MANIFEST_RESOURCE_ID=2
  34. # ISOLATION_AWARE_ENABLED ==> use ui themes
  35. C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
  36. PRECOMPILED_INCLUDE = global.hxx
  37. PRECOMPILED_PCH = global.pch
  38. PRECOMPILED_OBJ = global.obj
  39. SOURCES= \
  40. $(MINORCOMP).rc \
  41. $(MINORCOMP).cpp \
  42. timereq.cpp \
  43. signhlp.cpp \
  44. pvkutil.cpp \
  45. pvkhlpr.cpp \
  46. pvkdlg.cpp \
  47. dllmain.cpp \
  48. fileguid.cpp \
  49. httptran.cpp
  50. TARGETLIBS = \
  51. $(SECURITY_LIB_PATH)\pkiutil.lib \
  52. $(SDK_LIB_PATH)\advapi32.lib \
  53. $(SDK_LIB_PATH)\kernel32.lib \
  54. $(SDK_LIB_PATH)\user32.lib \
  55. $(SDK_LIB_PATH)\ole32.lib \
  56. $(SDK_LIB_PATH)\crypt32.lib \
  57. $(SECURITY_LIB_PATH)\unicode.lib \
  58. $(SDK_LIB_PATH)\wintrust.lib \
  59. $(SDK_LIB_PATH)\wininet.lib \
  60. $(SDK_LIB_PATH)\version.lib