open_toontown_panda3d/panda/src/device/Sources.pp

39 lines
1.4 KiB
ObjectPascal

#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m
#begin lib_target
#define TARGET device
#define LOCAL_LIBS \
dgraph display gobj sgraph graph gsgbase ipc mathutil linmath putil
#define SOURCES \
analogData.I analogData.cxx analogData.h \
analogNode.I analogNode.cxx analogNode.h \
buttonNode.I buttonNode.h buttonNode.cxx \
clientAnalogDevice.I clientAnalogDevice.cxx clientAnalogDevice.h \
clientBase.I clientBase.cxx clientBase.h \
clientButtonDevice.I clientButtonDevice.cxx clientButtonDevice.h \
clientDevice.I clientDevice.cxx clientDevice.h \
clientTrackerDevice.I clientTrackerDevice.cxx clientTrackerDevice.h \
config_device.cxx config_device.h \
dialData.I dialData.cxx dialData.h mouse.cxx mouse.h trackerData.I \
trackerData.cxx trackerData.h \
trackerNode.I trackerNode.cxx trackerNode.h
#define INSTALL_HEADERS \
analogData.I analogData.h \
analogNode.I analogNode.h \
buttonNode.I buttonNode.h \
clientAnalogDevice.I clientAnalogDevice.h \
clientBase.I clientBase.h \
clientButtonDevice.I clientButtonDevice.h \
clientDevice.I clientDevice.h \
clientTrackerDevice.I clientTrackerDevice.h \
config_device.h dialData.I dialData.h mouse.h \
trackerData.I trackerData.h trackerNode.I trackerNode.h
#define IGATESCAN all
#end lib_target