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.

27 lines
460 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
  8. TARGETNAME=atrace
  9. TARGETTYPE=DYNLINK
  10. DLLBASE=$(DEFBASEADDR)
  11. DLLENTRY=DllEntryPoint
  12. DLLDEF=atrace.def
  13. UMTYPE=windows
  14. SOURCES=\
  15. asynctrc.c \
  16. registry.c \
  17. freeq.cpp \
  18. dbgtrace.rc
  19. TARGETLIBS= \
  20. $(CORELIBPATH)\shuttle.lib
  21. !INCLUDE $(INETROOT)\build\sources.all