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.

81 lines
1.5 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. !IF 0
  6. ROOT_AUTO_UPDATE_DOGFOOD=1
  7. !ENDIF
  8. MAJORCOMP=crypt
  9. MINORCOMP=certstor
  10. TARGETNAME=$(MINORCOMP)
  11. TARGETPATH=$(SECURITY_LIB_DEST)
  12. TARGETTYPE=LIBRARY
  13. PRECOMPILED_INCLUDE = global.hxx
  14. PRECOMPILED_PCH = global.pch
  15. PRECOMPILED_OBJ = global.obj
  16. C_DEFINES= -D_WINDOWS -D_CRYPT32_
  17. !ifdef ROOT_AUTO_UPDATE_DOGFOOD
  18. C_DEFINES= $(C_DEFINES) -DROOT_AUTO_UPDATE_DOGFOOD
  19. !endif
  20. !IF $(FREEBUILD)
  21. C_DEFINES=$(C_DEFINES) -D_CRTIMP=
  22. !ELSE
  23. C_DEFINES=$(C_DEFINES) -D_ADVAPI32_
  24. !ENDIF
  25. NOT_LEAN_AND_MEAN=1
  26. !IF "$(CRYPT_USE_DEBUG_CRTS)"!=""
  27. DEBUG_CRTS=1
  28. !ENDIF
  29. !IF "$(CRYPT_USE_WARNING_LEVEL_W4)"!=""
  30. MSC_WARNING_LEVEL=/W4
  31. !ENDIF
  32. INCLUDES= $(SECURITY_INC); \
  33. $(DS_INC_PATH); \
  34. $(DS_INC_PATH)\crypto; \
  35. $(ENDUSER_INC_PATH); \
  36. ..\..\pkitrust\wintrust\certs; \
  37. ..\chain; \
  38. ..\crypt32\$(O);
  39. SOURCES= \
  40. fndchain.cpp \
  41. policy.cpp \
  42. oidconv.cpp \
  43. rootlist.cpp \
  44. protroot.cpp \
  45. dblog.cpp \
  46. logstor.cpp \
  47. newstor.cpp \
  48. oidinfo.cpp \
  49. crypttls.cpp \
  50. oidfunc.cpp \
  51. revfunc.cpp \
  52. ctlfunc.cpp \
  53. wincert.cpp \
  54. sca.cpp \
  55. certhlpr.cpp \
  56. certstr.cpp \
  57. syscert.cpp \
  58. x509.c \
  59. frmtfunc.cpp \
  60. queryobj.cpp \
  61. ekuhlpr.cpp \
  62. memory.cpp \
  63. async.cpp \
  64. scstore.cpp \
  65. scrdcert.cpp \
  66. selfsign.cpp