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.

54 lines
979 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. MAJORCOMP=CryptoAPI
  8. CRYPT_ROOT=..\..
  9. !include ..\crypt.mk
  10. MINORCOMP=logcsp
  11. TARGETLIBS=\
  12. $(SDK_LIB_PATH)\crypt32.lib \
  13. ..\$(_OBJ_DIR)\*\cspUtils.lib \
  14. $(DS_LIB_PATH)\rsa32.lib
  15. INCLUDES=\
  16. ..\csputils; \
  17. $(DS_INC_PATH)\crypto
  18. # Building a DLL
  19. DLLENTRY=_DllMainCRTStartup$(DLLENTRY)
  20. !include ..\cryptdll.mk
  21. SOURCES=$(SOURCES) \
  22. verify.cpp \
  23. logCtx.cpp \
  24. logobj.cpp
  25. # Additional Compiler definitions
  26. # C_DEFINES=$(C_DEFINES) -D_whatever_
  27. # Use C++ Exception Handling
  28. USE_NATIVE_EH=1
  29. # if building a DLL, base the DLL.
  30. DLLBASE=0x08000000
  31. # Use MFC, without or with UNICODE
  32. # USE_MFC=1
  33. # USE_MFCUNICODE=1
  34. # Override the output locations
  35. TARGETPATH=..\$(_OBJ_DIR)
  36. # TARGETPATHLIB=$(CRYPT_ROOT)\lib\$(_OBJ_DIR)