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.

16 lines
285 B

  1. !ifdef PROJECT_ROOT
  2. ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  3. !else
  4. ! INCLUDE $(INETROOT)\build\paths.all
  5. !endif
  6. MAJORCOMP=Core
  7. MINORCOMP=atrace_stub
  8. TARGETNAME=atrace_stub
  9. TARGETTYPE=LIBRARY
  10. SOURCES= \
  11. trace_stub.c
  12. !INCLUDE $(INETROOT)\build\sources.all