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.
24 lines
430 B
24 lines
430 B
!include ..\ddkref.mk
|
|
|
|
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
|