mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
use combined srcs
This commit is contained in:
parent
5caba5359f
commit
d3796c992b
@ -3,13 +3,18 @@
|
||||
|
||||
#begin lib_target
|
||||
#define TARGET effects
|
||||
|
||||
#define LOCAL_LIBS \
|
||||
display sgraph graph sgraphutil sgattrib gobj putil gsgbase linmath \
|
||||
mathutil switchnode
|
||||
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||
|
||||
#define SOURCES \
|
||||
config_effects.cxx config_effects.h lensFlareNode.I \
|
||||
lensFlareNode.cxx lensFlareNode.h
|
||||
config_effects.h lensFlareNode.I lensFlareNode.h
|
||||
|
||||
#define INCLUDED_SOURCES \
|
||||
config_effects.cxx lensFlareNode.cxx
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
config_effects.h lensFlareNode.I lensFlareNode.h
|
||||
|
4
panda/src/effects/effects_composite1.cxx
Normal file
4
panda/src/effects/effects_composite1.cxx
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
#include "config_effects.cxx"
|
||||
#include "lensFlareNode.cxx"
|
||||
|
Loading…
x
Reference in New Issue
Block a user