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.

44 lines
691 B

  1. !ifndef DXGROOT
  2. DXGROOT = $(DXROOT)\dxg
  3. !endif
  4. !ifndef D3DROOT
  5. D3DROOT = $(DXGROOT)\d3d
  6. !endif
  7. !ifndef DDROOT
  8. DDROOT = $(DXGROOT)\dd
  9. !endif
  10. !ifndef D3DREFROOT
  11. D3DREFROOT = $(D3DROOT)\ref
  12. !endif
  13. #@@BEGIN_MSINTERNAL
  14. BUILD_MSREF = 1
  15. #@@END_MSINTERNAL
  16. C_DEFINES = $(C_DEFINES) \
  17. -DD3D \
  18. -DMSBUILD \
  19. -DIS_32 \
  20. -DWIN32
  21. 386_STDCALL = 0
  22. !if "$(BUILD_MSREF)" != ""
  23. C_DEFINES = $(C_DEFINES) -DBUILD_MSREF
  24. INCLUDES = \
  25. ..\..\inc; \
  26. $(DXGROOT)\inc; \
  27. $(D3DROOT)\dx7\inc; \
  28. $(INCLUDES)
  29. !else
  30. INCLUDES = \
  31. ..\..\inc; \
  32. $(INCLUDES)
  33. !endif