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.

46 lines
821 B

  1. !ifndef CAP_BUILD
  2. CAP_BUILD=0
  3. !endif
  4. USER_C_FLAGS=-YX"stdafx.h" -MD
  5. GPSIZE=32
  6. USE_MFC=1
  7. TARGETNAME=dph_test
  8. TARGETPATH=obj
  9. TARGETTYPE=LIBRARY
  10. UMAPPL=dph_test
  11. UMTYPE=windows
  12. !if $(CAP_BUILD)
  13. 386_OPTIMIZATION=$(386_OPTIMIZATION) /Gh
  14. UMLIBS= \
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SDK_LIB_PATH)\comdlg32.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\pdh.lib \
  20. obj\*\dph_test.lib\
  21. obj\*\dph_test.res
  22. !else
  23. UMLIBS=\
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\advapi32.lib \
  26. $(SDK_LIB_PATH)\comdlg32.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\pdh.lib \
  29. obj\*\dph_test.lib\
  30. obj\*\dph_test.res
  31. !endif
  32. SOURCES=dph_tdlg.cpp \
  33. dph_test.cpp \
  34. dph_test.rc \
  35. dphcidlg.cpp \
  36. pdhpathtestdialog.cpp \
  37. stdafx.cpp
  38. USE_MSVCRT=1