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.

18 lines
288 B

  1. !ifndef CAP_BUILD
  2. CAP_BUILD=0
  3. !endif
  4. TARGETNAME=pdhui
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. INCLUDES=..\inc; \
  8. $(SDKTOOLS_INC_PATH)
  9. SOURCES=browsdlg.c \
  10. browser.c \
  11. datasrc.c \
  12. expldlg.c \
  13. wildcard.c \
  14. pdh.rc
  15. USE_MSVCRT=1