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.
43 lines
776 B
43 lines
776 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
|
|
MINORCOMP=SvrApp
|
|
|
|
TARGETNAME=SvrApp
|
|
TARGETPATH=$(SECURITY_LIB_DEST)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
WIN32_WINNT_VERSION=0x0500
|
|
WIN32_IE_VERSION=0x0500
|
|
|
|
NTTARGETFILE0=svrapp.rc2
|
|
|
|
TARGETLIBS=\
|
|
$(SECURITY_LIB_PATH)\CalaisLb.lib \
|
|
$(SECURITY_LIB_PATH)\CalComm.lib \
|
|
$(SECURITY_LIB_PATH)\CalSvrLb.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib
|
|
|
|
INCLUDES=\
|
|
..\inc;\
|
|
..\Server\inc;\
|
|
..\Server\Server;\
|
|
..\Server\SCardSvr;
|
|
|
|
SOURCES=\
|
|
scappmsg.mc \
|
|
StdAfx.cpp \
|
|
scappdev.cpp \
|
|
SvrAppDlg.cpp
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|
|
|
|
# Use MFC
|
|
USE_MFC=1
|