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.

58 lines
1.4 KiB

  1. TARGETPATH=$(PROJECT_ROOT)\lib\$(PLATFORM_SUFFIX)\$(_OBJ_DIR)
  2. INCLUDES= $(INCLUDES); \
  3. $(PROJECT_ROOT)\inc; \
  4. $(PROJECT_ROOT)\inc\psutil; \
  5. $(SDK_INC_PATH)\gdiplus; \
  6. $(SHELL_INC_PATH);
  7. TARGETNAME=psutil
  8. TARGETTYPE=LIBRARY
  9. USE_STL=1
  10. USE_ATL=1
  11. ATL_VER=30
  12. #
  13. # Necessary for gdiplus
  14. #
  15. C_DEFINES=$(C_DEFINES) \
  16. -DDCR_USE_NEW_105760 \
  17. -DDCR_USE_NEW_125467 \
  18. -DDCR_USE_NEW_127084 \
  19. -DDCR_USE_NEW_135429 \
  20. -DDCR_USE_NEW_137252 \
  21. -DDCR_USE_NEW_140782 \
  22. -DDCR_USE_NEW_140855 \
  23. -DDCR_USE_NEW_140857 \
  24. -DDCR_USE_NEW_140861 \
  25. -DDCR_USE_NEW_145135 \
  26. -DDCR_USE_NEW_145138 \
  27. -DDCR_USE_NEW_145139 \
  28. -DDCR_USE_NEW_145804 \
  29. -DDCR_USE_NEW_146933 \
  30. -DDCR_USE_NEW_152154 \
  31. -DDCR_USE_NEW_168772 \
  32. -DDCR_USE_NEW_174340 \
  33. -DDCR_USE_NEW_175866 \
  34. -DDCR_USE_NEW_186091 \
  35. -DDCR_USE_NEW_186151 \
  36. -DDCR_USE_NEW_186764 \
  37. -DDCR_USE_NEW_188922 \
  38. -DDCR_USE_NEW_197819 \
  39. -DDCR_USE_NEW_202903 \
  40. -DDCR_USE_NEW_235072 \
  41. -DDCR_USE_NEW_250932 \
  42. -DDCR_USE_NEW_284635 \
  43. -DDCR_USE_NEW_284841 \
  44. -DDCR_USE_NEW_293849 \
  45. -DDCR_USE_NEW_299162
  46. SOURCES=..\wiadbgcl.cpp \
  47. ..\gphelper.cpp \
  48. ..\tmplutil.cpp \
  49. ..\simreg.cpp \
  50. ..\fusutils.cpp \