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.

42 lines
790 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=crypt32
  6. MINORCOMP=siphelp
  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. !ENDIF
  17. !IF "$(CRYPT_USE_WARNING_LEVEL_W4)"!=""
  18. MSC_WARNING_LEVEL=/W4
  19. !ENDIF
  20. INCLUDES= $(SECURITY_INC); \
  21. ..\..\pkitrust\wintrust; \
  22. ..\..\pkitrust\common; \
  23. ..\..\pkitrust\mssip32; \
  24. $(ENDUSER_INC_PATH);
  25. SOURCES=\
  26. sipadd.cpp \
  27. sipfuncs.cpp \
  28. sipguid.cpp \
  29. sipload.cpp