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.
32 lines
581 B
32 lines
581 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=Calais
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=$(SECURITY_LIB_DEST)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
MINORCOMP=CalaisLb
|
|
|
|
INCLUDES=..\..\inc
|
|
|
|
# Building a static library
|
|
|
|
SOURCES=\
|
|
..\buffers.cpp \
|
|
..\registry.cpp \
|
|
..\text.cpp \
|
|
..\misc.cpp \
|
|
..\ChangeDB.cpp \
|
|
..\QueryDB.cpp \
|
|
..\NTacls.cpp
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|
|
|
|
MISCFILES=..\..\Smart_card_subsystem.sld
|