open_toontown_panda3d/panda/src/light/Sources.pp

34 lines
1.1 KiB
ObjectPascal

#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m
#begin lib_target
#define TARGET light
#define LOCAL_LIBS \
putil display graph sgraph gobj sgattrib pnmimage mathutil gsgbase \
linmath
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
ambientLight.h config_light.h directionalLight.I \
directionalLight.h light.h lightAttribute.I lightAttribute.h \
lightTransition.I lightTransition.h pointLight.I \
pointLight.h pt_Light.h spotlight.I spotlight.h \
vector_PT_Light.h
#define INCLUDED_SOURCES \
ambientLight.cxx config_light.cxx directionalLight.cxx light.cxx \
lightAttribute.cxx lightTransition.cxx pointLight.cxx \
pt_Light.cxx spotlight.cxx vector_PT_Light.cxx
#define INSTALL_HEADERS \
ambientLight.h directionalLight.I directionalLight.h light.h \
lightAttribute.I lightAttribute.h lightNameClass.h \
lightTransition.I lightTransition.h pointLight.I pointLight.h \
pt_Light.h spotlight.I spotlight.h vector_PT_Light.h
#define IGATESCAN all
#end lib_target