Source code of Windows XP (NT5)
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.

51 lines
701 B

  1. !IF 0
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Author:
  7. a-digpar
  8. !ENDIF
  9. TARGETNAME=etwclnt
  10. TARGETTYPE=LIBRARY
  11. TARGETPATH=obj
  12. C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_ -D_NTDLLBUILD_ -DLITTLEENDIAN=1
  13. INCLUDES=$(PROJECT_ROOT)\ntos\inc;\
  14. $(PROJECT_ROOT)\published\$(O);\
  15. $(PROJECT_ROOT)\wmi\inc;\
  16. $(PROJECT_ROOT)\wmi\dll;\
  17. $(PROJECT_ROOT)\win32\client;\
  18. $(PROJECT_ROOT)\win32\inc;\
  19. $(TERMSRV_INC_PATH);\
  20. $(SDKTOOLS_INC_PATH);\
  21. $(WINDOWS_INC_PATH);\
  22. $(COM_INC_PATH)
  23. SOURCES=\
  24. ntdlltrc.c\
  25. logapi.c\
  26. main.c\
  27. umlog.c\
  28. logsup.c\
  29. request.c\
  30. handle.c\
  31. dpapi.c\
  32. notify.c\
  33. tracelib.c\
  34. tracehw.c\
  35. trcapi.c\
  36. guidapi.c