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.
22 lines
455 B
22 lines
455 B
TARGETNAME = refrast
|
|
TARGETPATH = obj
|
|
TARGETTYPE = LIBRARY
|
|
|
|
INCLUDES = ..;$(INCLUDES);..\..\drv
|
|
|
|
SOURCES = \
|
|
..\refrast.cpp\
|
|
..\setup.cpp\
|
|
..\rastprim.cpp\
|
|
..\rastattr.cpp\
|
|
..\rastedge.cpp\
|
|
..\scancnv.cpp\
|
|
..\texfilt.cpp\
|
|
..\ctexfilt.cpp\
|
|
..\texstage.cpp\
|
|
..\pixproc.cpp\
|
|
..\pshader.cpp\
|
|
..\psutil.cpp\
|
|
..\psexec.cpp
|
|
|
|
PRECOMPILED_INCLUDE = ..\pch.cpp
|