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.
14 lines
280 B
14 lines
280 B
TARGETPATH=obj
|
|
TARGETNAME=d3dref
|
|
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES = ..;$(INCLUDES);$(DDK_INC_PATH);$(DXGROOT)\ref8\inc;$(DXGROOT)\ref8\drv
|
|
C_DEFINES = $(C_DEFINES) -D__D3D_NULL_REF
|
|
386_STDCALL = 0
|
|
|
|
SOURCES=\
|
|
..\common.cpp \
|
|
..\empty.cpp
|
|
|
|
PRECOMPILED_INCLUDE = ..\pch.cpp
|