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.
39 lines
640 B
39 lines
640 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=Calais
|
|
MINORCOMP=cspTrace
|
|
|
|
TARGETNAME=cspTrace
|
|
TARGETPATH=$(SECURITY_LIB_DEST)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
USE_IOSTREAM=1
|
|
|
|
INCLUDES=..\..\inc
|
|
|
|
SOURCES=csptrace.cpp \
|
|
csptrace.rc \
|
|
trcUtils.cpp \
|
|
showTrace.cpp \
|
|
tclTrace.cpp
|
|
|
|
TARGETLIBS=\
|
|
$(SECURITY_LIB_PATH)\CalaisLb.lib
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|
|
|
|
# Make it a console application
|
|
UMTYPE=console
|
|
UMENTRY=main
|