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

40 lines
654 B
Plaintext

!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=scTrace
TARGETNAME=scTrace
TARGETPATH=$(SECURITY_LIB_DEST)
TARGETTYPE=PROGRAM
USE_MSVCRT=1
USE_IOSTREAM=1
SOURCES= \
sctrace.cpp \
sctrace.rc
TARGETLIBS=\
$(SECURITY_LIB_PATH)\CalaisLb.lib \
$(SECURITY_LIB_PATH)\Calcomm.lib \
$(SDK_LIB_PATH)\User32.lib
INCLUDES=..\..\inc;..\..\server\inc
# Use C++ Exception Handling
USE_NATIVE_EH=1
# Make it a console application
UMTYPE=console
UMENTRY=main