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.
13 lines
247 B
13 lines
247 B
C_DEFINES = $(C_DEFINES) \
|
|
-DD3D \
|
|
-DIS_32 \
|
|
-DWIN32 \
|
|
-DDIRECT3D_VERSION=0x800
|
|
|
|
386_STDCALL = 0
|
|
|
|
INCLUDES = \
|
|
..\..\inc; \
|
|
..\..\..\..\..\..\inc; \
|
|
$(INCLUDES)
|
|
|