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.

49 lines
802 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=setx509
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=obj
  9. TARGETTYPE=DYNLINK
  10. DLLDEF=$(O)\$(MINORCOMP).def
  11. DLLENTRY=_DllMainCRTStartup
  12. PRECOMPILED_INCLUDE = global.hxx
  13. PRECOMPILED_PCH = global.pch
  14. PRECOMPILED_OBJ = global.obj
  15. C_DEFINES= -D_WINDOWS
  16. NOT_LEAN_AND_MEAN=1
  17. USE_MSVCRT=1
  18. UMTYPE=windows
  19. !IF "$(CRYPT_USE_DEBUG_CRTS)"!=""
  20. DEBUG_CRTS=1
  21. !ENDIF
  22. INCLUDES= $(SECURITY_INC);$(ENDUSER_INC_PATH);
  23. SOURCES= \
  24. $(MINORCOMP).rc \
  25. $(MINORCOMP).cpp \
  26. x509.c
  27. LINKLIBS = \
  28. $(SECURITY_LIB_PATH)\pkiutil.lib
  29. TARGETLIBS= \
  30. $(SDK_LIB_PATH)\kernel32.lib \
  31. $(SDK_LIB_PATH)\msasn1.lib \
  32. $(DS_LIB_PATH)\crypt32p.lib