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.
55 lines
1.0 KiB
55 lines
1.0 KiB
!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=SCardSvr
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
NTTARGETFILE0=$(O)\scardmsg.rc
|
|
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SECURITY_LIB_PATH)\CalaisLb.lib \
|
|
$(SECURITY_LIB_PATH)\CalComm.lib \
|
|
$(SECURITY_LIB_PATH)\CalSvrLb.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib
|
|
|
|
INCLUDES=\
|
|
$(O); \
|
|
..\..\inc; \
|
|
..\..\Server\inc; \
|
|
..\..\Server\Server;
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
SOURCES= \
|
|
$(MINORCOMP).cpp \
|
|
$(MINORCOMP).rc \
|
|
scardmsg.mc \
|
|
scappdev.cpp
|
|
|
|
# Make it a console application
|
|
UMTYPE=console
|
|
UMENTRY=main
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|
|
|
|
!if $(386)
|
|
LINKER_STACKCOMMITSIZE=0x4000
|
|
!else
|
|
LINKER_STACKCOMMITSIZE=0x8000
|
|
!endif
|