2025-04-27 07:49:33 -04:00

44 lines
776 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=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