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.
28 lines
642 B
28 lines
642 B
TARGETNAME = rd3dif
|
|
TARGETPATH = obj
|
|
TARGETTYPE = LIBRARY
|
|
|
|
INCLUDES = ..;..\..\..\ref\rast;..\..\..\ref\inc;$(D3DDX7)\tnl;$(INCLUDES);$(_OBJ_DIR)\$(TARGET_DIRECTORY)
|
|
|
|
SOURCES = \
|
|
..\d3dif.cpp\
|
|
..\swprov.cpp\
|
|
..\drawprim.cpp\
|
|
$O\dprim2.cpp\
|
|
..\rendprim.cpp\
|
|
..\rastctx.cpp\
|
|
..\rasttex.cpp\
|
|
$O\pmfns.cpp
|
|
|
|
#
|
|
# 04/11/2000 - allows for addition of BoundsChecker, etc
|
|
# libs specified in the OS environment
|
|
#
|
|
TARGETLIBS=$(TARGETLIBS)
|
|
|
|
NTTARGETFILE0 = \
|
|
$O\pmfns_mh.h\
|
|
$O\pmfns.cpp\
|
|
$O\dprim2.cpp
|
|
|
|
PRECOMPILED_INCLUDE = ..\pch.cpp
|