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

48 lines
707 B
Plaintext

!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