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.

48 lines
1.0 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=cryptwzr
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=$(SECURITY_LIB_DEST)
  9. TARGETTYPE=LIBRARY
  10. C_DEFINES= -D_WINDOWS -D_CRYPT32_ -D_CRYPTDLG_
  11. NOT_LEAN_AND_MEAN=1
  12. INCLUDES= ..\..\pki\activex\xEnroll\$(O); \
  13. ..\..\pkisign\mssign32; \
  14. ..\..\pkitrust\mssip32; \
  15. ..\cryptui; \
  16. $(SECURITY_INC); \
  17. $(SECURITY_INC)\$(O); \
  18. $(DS_INC_PATH); \
  19. $(DS_INC_PATH)\crypto;
  20. # ISOLATION_AWARE_ENABLED ==> use ui themes
  21. C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
  22. SOURCES= \
  23. wizards.cpp \
  24. wzrdhlp.cpp \
  25. CertRequester.cpp \
  26. CertDSManager.cpp \
  27. CertRequesterContext.cpp \
  28. import.cpp \
  29. export.cpp \
  30. buildctl.cpp \
  31. cautil.cpp \
  32. selca.cpp \
  33. dragdrop.c \
  34. mgrcert.cpp \
  35. droptrgt.cpp \
  36. signing.cpp