22 lines
352 B
Plaintext
22 lines
352 B
Plaintext
|
!include ..\ddkref.mk
|
||
|
|
||
|
TARGETNAME = refcomm
|
||
|
TARGETPATH = obj
|
||
|
TARGETTYPE = LIBRARY
|
||
|
|
||
|
INCLUDES = $(INCLUDES);..\drv
|
||
|
|
||
|
SOURCES = \
|
||
|
refdev.cpp \
|
||
|
refdevi.cpp \
|
||
|
debugmon.cpp \
|
||
|
rddmon.cpp \
|
||
|
dxtn.cpp \
|
||
|
maplegcy.cpp \
|
||
|
pixref.cpp \
|
||
|
rdutil.cpp \
|
||
|
rtarget.cpp \
|
||
|
rdsurf.cpp
|
||
|
|
||
|
PRECOMPILED_INCLUDE = pch.cpp
|