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.

47 lines
794 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=wincrmsg
  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. PASS0_HEADERDIR=$(O)
  14. PASS0_SOURCEDIR=$(O)
  15. C_DEFINES= -D_WINDOWS -D_CRYPT32_
  16. !IF $(FREEBUILD)
  17. C_DEFINES=$(C_DEFINES) -D_CRTIMP=
  18. !ENDIF
  19. NOT_LEAN_AND_MEAN=1
  20. !IF "$(CRYPT_USE_DEBUG_CRTS)"!=""
  21. DEBUG_CRTS=1
  22. !ENDIF
  23. !IF "$(CRYPT_USE_WARNING_LEVEL_W4)"!=""
  24. MSC_WARNING_LEVEL=/W4
  25. !ENDIF
  26. INCLUDES= $(SECURITY_INC);$(ENDUSER_INC_PATH);
  27. SOURCES= \
  28. msghlpr.cpp \
  29. msglen.cpp \
  30. msgstrm.cpp \
  31. msgasn1.cpp \
  32. wincrmsg.cpp \
  33. pkcs.c