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.
47 lines
707 B
47 lines
707 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources
|
|
|
|
Abstract:
|
|
|
|
This BUILD script builds a static library called CmnUILb.lib.
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
Modified:
|
|
|
|
Notes:
|
|
|
|
Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=Calais
|
|
MINORCOMP=CmnUILb
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=$(SECURITY_LIB_DEST)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\inc;..\..\inc;
|
|
|
|
TARGETLIBS=\
|
|
$(SECURITY_LIB_PATH)\Calaislb.lib \
|
|
$(SDK_LIB_PATH)\Winscard.lib
|
|
|
|
SOURCES=\
|
|
stdafx.cpp \
|
|
rdrstate.cpp \
|
|
senv.cpp
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|
|
|
|
# Use MFC
|
|
USE_MFC=1
|