mirror of https://github.com/tongzx/nt5src
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.
28 lines
460 B
28 lines
460 B
!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
|
|
|