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.

59 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=initpki
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=obj
  9. TARGETTYPE=DYNLINK
  10. DLLDEF=$(O)\$(MINORCOMP).def
  11. DLLENTRY=_DllMainCRTStartup
  12. C_DEFINES= -D_WINDOWS
  13. UMTYPE=console
  14. UMENTRY=wmain
  15. PRECOMPILED_INCLUDE = global.hxx
  16. PRECOMPILED_PCH = global.pch
  17. PRECOMPILED_OBJ = global.obj
  18. INCLUDES= $(DS_INC_PATH); \
  19. $(SECURITY_INC); \
  20. $(ENDUSER_INC_PATH); \
  21. ..\common;
  22. SOURCES= \
  23. $(MINORCOMP).rc \
  24. $(MINORCOMP).cpp \
  25. initacl.cpp \
  26. mvcerts.cpp \
  27. pkireg.cpp \
  28. tcrack.cpp
  29. NOT_LEAN_AND_MEAN=1
  30. USE_MSVCRT=1
  31. !IF "$(CRYPT_USE_DEBUG_CRTS)"!=""
  32. DEBUG_CRTS=1
  33. !ENDIF
  34. LINKLIBS = \
  35. $(SECURITY_LIB_PATH)\unicode.lib \
  36. $(SECURITY_LIB_PATH)\pkiutil.lib \
  37. $(DS_LIB_PATH)\crypt32p.lib \
  38. $(SDK_LIB_PATH)\user32.lib \
  39. $(SDK_LIB_PATH)\kernel32.lib \
  40. $(SDK_LIB_PATH)\advapi32.lib
  41. TARGETLIBS= \
  42. $(SDK_LIB_PATH)\wintrust.lib
  43. MISCFILES=inf\rootau.inf