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

51 lines
968 B
Plaintext

!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