use combined srcs
This commit is contained in:
parent
1a38f9b5e0
commit
e902ee9814
|
|
@ -6,11 +6,17 @@
|
|||
#define LOCAL_LIBS \
|
||||
display sgraph graph sgraphutil sgattrib gobj putil gsgbase linmath \
|
||||
mathutil
|
||||
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
||||
|
||||
#define SOURCES \
|
||||
LODNode.I LODNode.cxx LODNode.h config_switchnode.cxx \
|
||||
config_switchnode.h sequenceNode.cxx sequenceNode.h \
|
||||
switchNodeOne.I switchNodeOne.cxx switchNodeOne.h
|
||||
LODNode.I LODNode.h \
|
||||
config_switchnode.h sequenceNode.h \
|
||||
switchNodeOne.I switchNodeOne.h
|
||||
|
||||
#define INCLUDED_SOURCES \
|
||||
LODNode.cxx config_switchnode.cxx \
|
||||
sequenceNode.cxx switchNodeOne.cxx
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
config_switchnode.h LODNode.I LODNode.h sequenceNode.h \
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
#include "config_switchnode.cxx"
|
||||
#include "LODNode.cxx"
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
#include "sequenceNode.cxx"
|
||||
#include "switchNodeOne.cxx"
|
||||
|
||||
Loading…
Reference in New Issue