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.

49 lines
1.1 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=softpubl
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=$(SECURITY_LIB_DEST)
  9. TARGETTYPE=LIBRARY
  10. INCLUDES= $(SECURITY_INC); \
  11. $(DS_INC_PATH); \
  12. $(DS_INC_PATH)\crypto; \
  13. $(ENDUSER_INC_PATH); \
  14. ..\mssip32; \
  15. ..\common;
  16. PRECOMPILED_INCLUDE = global.hxx
  17. PRECOMPILED_PCH = global.pch
  18. PRECOMPILED_OBJ = global.obj
  19. C_DEFINES= -D_WINDOWS
  20. SOURCES=\
  21. authcode.cpp \
  22. callui.cpp \
  23. certprov.cpp \
  24. checks.cpp \
  25. chkcert.cpp \
  26. clnprov.cpp \
  27. defusage.cpp \
  28. dllmain.cpp \
  29. drvprov.cpp \
  30. expapis.cpp \
  31. initprov.cpp \
  32. msgprov.cpp \
  33. offprov.cpp \
  34. sigprov.cpp \
  35. sphelper.cpp \
  36. httpsprv.cpp \
  37. chainprv.cpp \
  38. test.cpp \
  39. trustdb.cpp \
  40. trustdlg.cpp