19 lines
311 B
Plaintext
19 lines
311 B
Plaintext
!include ..\ddkref.mk
|
|
|
|
TARGETNAME = reftnl
|
|
TARGETPATH = obj
|
|
TARGETTYPE = LIBRARY
|
|
|
|
INCLUDES = ..;$(INCLUDES)
|
|
|
|
SOURCES = \
|
|
vstream.cpp \
|
|
vshader.cpp \
|
|
xform.cpp \
|
|
lighting.cpp \
|
|
clipping.cpp \
|
|
reftnl.cpp \
|
|
procprim.cpp
|
|
|
|
PRECOMPILED_INCLUDE = pch.cpp
|