Leaked source code of windows server 2003
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.

57 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. pkireg.cpp
  26. NOT_LEAN_AND_MEAN=1
  27. USE_MSVCRT=1
  28. !IF "$(CRYPT_USE_DEBUG_CRTS)"!=""
  29. DEBUG_CRTS=1
  30. !ENDIF
  31. LINKLIBS = \
  32. $(SECURITY_LIB_PATH)\unicode.lib \
  33. $(SECURITY_LIB_PATH)\pkiutil.lib \
  34. $(DS_LIB_PATH)\crypt32p.lib \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\advapi32.lib
  38. TARGETLIBS= \
  39. $(SDK_LIB_PATH)\wintrust.lib
  40. MISCFILES=inf\rootau.inf