windows-nt/Source/XPSP1/NT/ds/security/csps/cryptoflex/scardlib/sources

29 lines
460 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (C) Microsoft Corporation, 1989 - 1999
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=CryptoFlex
MINORCOMP=SCardLib
SLB_ROOT=..
TARGETNAME=$(MINORCOMP)
TARGETPATH=$(SLB_ROOT)\lib\$(_OBJ_DIR)
TARGETTYPE=LIBRARY
# Building a static library
SOURCES=\
buffers.cpp \
registry.cpp \
text.cpp \
misc.cpp \
noncom.cpp
# Use C++ Exception Handling
USE_NATIVE_EH=1
USE_CV=1