mirror of https://github.com/tongzx/nt5src
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.
20 lines
475 B
20 lines
475 B
UMTYPE = windows
|
|
|
|
C_DEFINES = $(C_DEFINES) /DIS_32 /DMSBUILD /DDIRECT3D_VERSION=0x800
|
|
|
|
386_STDCALL = 0
|
|
|
|
!if "$(DXROOT)" == ""
|
|
DXROOT=$(BASEDIR)\private\ntos\w32\ntgdi\direct
|
|
!endif
|
|
|
|
INCLUDES = \
|
|
..; \
|
|
$(DXROOT)\inc; \
|
|
$(DXROOT)\dxg\dd\ddraw\inc; \
|
|
$(DXROOT)\dxg\inc; \
|
|
$(DXROOT)\dxg\misc; \
|
|
$(DXROOT)\dxg\d3d8\inc; \
|
|
$(BASEDIR)\public\oak\inc; \
|
|
$(DDK_INC_PATH); \
|
|
$(INCLUDES);
|