windows-nt/Source/XPSP1/NT/multimedia/directx/dxg/swrast/swrast.inc
2020-09-26 16:20:57 +08:00

18 lines
352 B
PHP

#
# Contains common settings for pluggable software rasterizers.
#
!ifndef DXGROOT
DXGROOT = $(DXROOT)\dxg
!endif
!ifndef D3D8ROOT
D3D8ROOT = $(DXGROOT)\d3d8
!endif
SWRASTROOT = $(DXGROOT)\swrast
C_DEFINES=$(C_DEFINES) -DDIRECT3D_VERSION=0x0800
INCLUDES = $(SWRASTROOT)\inc;$(D3D8ROOT)\inc;$(DXGROOT)\inc;$(DXROOT)\inc;$(DDK_INC_PATH);$(INCLUDES)