Leaked source code of windows server 2003
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

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. Steve Wood (stevewo) 12-Apr-1990
  4. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  5. !ENDIF
  6. MAJORCOMP=Calais
  7. MINORCOMP=tclCrypt
  8. TARGETNAME=tclCrypt
  9. TARGETPATH=$(SECURITY_LIB_DEST)
  10. TARGETTYPE=PROGRAM
  11. TARGETLIBS=\
  12. $(SECURITY_LIB_PATH)\TclLib.lib \
  13. $(SECURITY_LIB_PATH)\CalaisLb.lib \
  14. $(SDK_LIB_PATH)\shell32.lib \
  15. $(SDK_LIB_PATH)\user32.lib
  16. INCLUDES=\
  17. ..\..\Tools\Libs\Tcl;\
  18. ..\..\inc;
  19. # Make it a console application
  20. UMTYPE=console
  21. UMENTRY=main
  22. SOURCES= \
  23. tclcrypt.cpp \
  24. tclcrypt.rc \
  25. cspdirct.cpp \
  26. tclappinit.c \
  27. tclhelp.c \
  28. TclRdCmd.cpp \
  29. thread.cpp \
  30. try.c
  31. # Additional Compiler definitions
  32. C_DEFINES=$(C_DEFINES) -D_WIN32 -D_CONSOLE -D__STDC__
  33. # Use MFC, without or with UNICODE
  34. USE_MFC=1
  35. # Use C++ Exception Handling
  36. USE_NATIVE_EH=1