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.

30 lines
480 B

  1. # This file is used for compiling event broker server
  2. #
  3. !ifdef PROJECT_ROOT
  4. ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  5. !else
  6. ! INCLUDE $(INETROOT)\build\paths.all
  7. !endif
  8. MAJORCOMP=core
  9. MINORCOMP=tracetest
  10. TARGETNAME=tracetest
  11. TARGETTYPE=PROGRAM
  12. UMTYPE=console
  13. USE_TRACING=1
  14. SOURCES=\
  15. tracetest.cpp \
  16. UMTYPE=console
  17. TARGETLIBS= \
  18. INCLUDES=\
  19. $(EXTINCPATH)\iis.40 \
  20. !INCLUDE $(INETROOT)\build\sources.all