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.

26 lines
429 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=logging
  8. TARGETNAME=logging
  9. TARGETTYPE=LIBRARY
  10. USE_TRACING=1
  11. SOURCES= \
  12. ceventlogger.cpp \
  13. UMTYPE=windows
  14. INCLUDES= \
  15. $(LOCALTARGET); \
  16. TARGETLIBS= \
  17. $(SDKLIBPATH)\ntdll.lib \
  18. !INCLUDE $(INETROOT)\build\sources.all