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.

17 lines
369 B

  1. #
  2. # Contains common settings for pluggable software rasterizers.
  3. #
  4. !ifndef DXGROOT
  5. DXGROOT = $(DXROOT)\dxg
  6. !endif
  7. !ifndef D3D8ROOT
  8. D3D8ROOT = $(DXGROOT)\d3d8
  9. !endif
  10. SWRASTROOT = $(DXGROOT)\swrast
  11. C_DEFINES=$(C_DEFINES) -DDIRECT3D_VERSION=0x0800
  12. INCLUDES = $(SWRASTROOT)\inc;$(D3D8ROOT)\inc;$(DXGROOT)\inc;$(DXROOT)\inc;$(DDK_INC_PATH);$(INCLUDES)