29 lines
460 B
Plaintext
29 lines
460 B
Plaintext
|
!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
|
||
|
|