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
654 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=scTrace
  9. TARGETNAME=scTrace
  10. TARGETPATH=$(SECURITY_LIB_DEST)
  11. TARGETTYPE=PROGRAM
  12. USE_MSVCRT=1
  13. USE_IOSTREAM=1
  14. SOURCES= \
  15. sctrace.cpp \
  16. sctrace.rc
  17. TARGETLIBS=\
  18. $(SECURITY_LIB_PATH)\CalaisLb.lib \
  19. $(SECURITY_LIB_PATH)\Calcomm.lib \
  20. $(SDK_LIB_PATH)\User32.lib
  21. INCLUDES=..\..\inc;..\..\server\inc
  22. # Use C++ Exception Handling
  23. USE_NATIVE_EH=1
  24. # Make it a console application
  25. UMTYPE=console
  26. UMENTRY=main