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.

21 lines
367 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_text.c \
  12. log_bin.c \
  13. log_wmi.c \
  14. log_pm.c \
  15. log_sql.c \
  16. relog.c
  17. USE_MSVCRT=1