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
17 lines
369 B
#
|
|
# 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)
|