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.

22 lines
372 B

  1. !ifndef CAP_BUILD
  2. CAP_BUILD=0
  3. !endif
  4. TARGETNAME=pdhlog
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. INCLUDES=..\inc; \
  8. $(BASE_INC_PATH); \
  9. $(SDKTOOLS_INC_PATH)
  10. SOURCES=log.c \
  11. log_ctrl.c \
  12. log_text.c \
  13. log_bin.c \
  14. log_wmi.c \
  15. log_pm.c \
  16. log_sql.c \
  17. relog.c
  18. USE_MSVCRT=1