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.
50 lines
968 B
50 lines
968 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=Calais
|
|
|
|
MINORCOMP=tclCrypt
|
|
|
|
TARGETNAME=tclCrypt
|
|
TARGETPATH=$(SECURITY_LIB_DEST)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
TARGETLIBS=\
|
|
$(SECURITY_LIB_PATH)\TclLib.lib \
|
|
$(SECURITY_LIB_PATH)\CalaisLb.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
INCLUDES=\
|
|
..\..\Tools\Libs\Tcl;\
|
|
..\..\inc;
|
|
|
|
# Make it a console application
|
|
UMTYPE=console
|
|
UMENTRY=main
|
|
|
|
SOURCES= \
|
|
tclcrypt.cpp \
|
|
tclcrypt.rc \
|
|
cspdirct.cpp \
|
|
tclappinit.c \
|
|
tclhelp.c \
|
|
TclRdCmd.cpp \
|
|
thread.cpp \
|
|
try.c
|
|
|
|
# Additional Compiler definitions
|
|
C_DEFINES=$(C_DEFINES) -D_WIN32 -D_CONSOLE -D__STDC__
|
|
|
|
# Use MFC, without or with UNICODE
|
|
USE_MFC=1
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|