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.

42 lines
783 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=certexts
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=obj
  9. TARGETTYPE=DYNLINK
  10. DLLDEF=$(O)\$(MINORCOMP).def
  11. DLLENTRY=_DllMainCRTStartup
  12. C_DEFINES= -D_WINDOWS
  13. !IF $(FREEBUILD)
  14. C_DEFINES=$(C_DEFINES) -D_CRTIMP=
  15. !ENDIF
  16. NOT_LEAN_AND_MEAN=1
  17. USE_MSVCRT=1
  18. UMTYPE=windows
  19. DELAYLOAD = CRYPTUI.DLL
  20. DLOAD_ERROR_HANDLER=kernel32
  21. INCLUDES= $(DS_INC_PATH);$(SECURITY_INC);
  22. SOURCES= \
  23. $(MINORCOMP).rc \
  24. $(MINORCOMP).cpp
  25. LINKLIBS = $(SECURITY_LIB_PATH)\pkiutil.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib
  27. TARGETLIBS= \
  28. $(SDK_LIB_PATH)\crypt32.lib \
  29. $(SDK_LIB_PATH)\cryptui.lib