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.

45 lines
805 B

  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=pfx
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=$(SECURITY_LIB_DEST)
  9. TARGETTYPE=LIBRARY
  10. PRECOMPILED_INCLUDE = global.hxx
  11. PRECOMPILED_PCH = global.pch
  12. PRECOMPILED_OBJ = global.obj
  13. C_DEFINES= -D_WINDOWS -D_CRYPT32_
  14. !IF $(FREEBUILD)
  15. C_DEFINES=$(C_DEFINES) -D_CRTIMP=
  16. !ELSE
  17. C_DEFINES=$(C_DEFINES) -D_ADVAPI32_
  18. !ENDIF
  19. NOT_LEAN_AND_MEAN=1
  20. INCLUDES= $(SECURITY_INC); \
  21. $(ENDUSER_INC_PATH); \
  22. $(DS_INC_PATH)\crypto;
  23. SOURCES= \
  24. pfxhelp.cpp \
  25. pfxmain.cpp \
  26. pfxcrypt.cpp \
  27. pfxnscp.c \
  28. pfxpkcs.c \
  29. pfxfmt.cpp \
  30. nscpfmt.cpp \
  31. impexppk.cpp \
  32. prvtkey.c \
  33. encdecpk.cpp
  34.