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.

39 lines
640 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. MAJORCOMP=Calais
  8. MINORCOMP=cspTrace
  9. TARGETNAME=cspTrace
  10. TARGETPATH=$(SECURITY_LIB_DEST)
  11. TARGETTYPE=PROGRAM
  12. USE_MSVCRT=1
  13. USE_IOSTREAM=1
  14. INCLUDES=..\..\inc
  15. SOURCES=csptrace.cpp \
  16. csptrace.rc \
  17. trcUtils.cpp \
  18. showTrace.cpp \
  19. tclTrace.cpp
  20. TARGETLIBS=\
  21. $(SECURITY_LIB_PATH)\CalaisLb.lib
  22. # Use C++ Exception Handling
  23. USE_NATIVE_EH=1
  24. # Make it a console application
  25. UMTYPE=console
  26. UMENTRY=main