windows-nt/Source/XPSP1/NT/ds/security/csps/cryptoflex/slbmodver/sources
2020-09-26 16:20:57 +08:00

33 lines
521 B
Plaintext

!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=SLBCSP
MINORCOMP=slbModVer
SLB_ROOT=..
TARGETNAME=$(MINORCOMP)
TARGETPATH=$(SLB_ROOT)\lib\$(_OBJ_DIR)
TARGETTYPE=LIBRARY
INCLUDES= \
$(SLB_ROOT)\scardlib
SOURCES=ModVer.cpp
# Use C++ Exception Handling
USE_NATIVE_EH=1
C_DEFINES=$(C_DEFINES) -DCOM_NO_WINDOWS_H -DSCARD_NO_COM -D_UNICODE -DUNICODE
USE_MSVCRT=1
USE_MFCUNICODE=1
USE_CV=1