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
54 lines
979 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=CryptoAPI
|
|
CRYPT_ROOT=..\..
|
|
|
|
!include ..\crypt.mk
|
|
|
|
MINORCOMP=logcsp
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\crypt32.lib \
|
|
..\$(_OBJ_DIR)\*\cspUtils.lib \
|
|
$(DS_LIB_PATH)\rsa32.lib
|
|
|
|
INCLUDES=\
|
|
..\csputils; \
|
|
$(DS_INC_PATH)\crypto
|
|
|
|
# Building a DLL
|
|
DLLENTRY=_DllMainCRTStartup$(DLLENTRY)
|
|
|
|
!include ..\cryptdll.mk
|
|
|
|
SOURCES=$(SOURCES) \
|
|
verify.cpp \
|
|
logCtx.cpp \
|
|
logobj.cpp
|
|
|
|
# Additional Compiler definitions
|
|
# C_DEFINES=$(C_DEFINES) -D_whatever_
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|
|
|
|
# if building a DLL, base the DLL.
|
|
DLLBASE=0x08000000
|
|
|
|
# Use MFC, without or with UNICODE
|
|
# USE_MFC=1
|
|
# USE_MFCUNICODE=1
|
|
|
|
# Override the output locations
|
|
TARGETPATH=..\$(_OBJ_DIR)
|
|
# TARGETPATHLIB=$(CRYPT_ROOT)\lib\$(_OBJ_DIR)
|
|
|