use combined srcs

This commit is contained in:
cxgeorge 2002-02-06 22:59:35 +00:00
parent 5caba5359f
commit d3796c992b
2 changed files with 11 additions and 2 deletions

View File

@ -3,13 +3,18 @@
#begin lib_target #begin lib_target
#define TARGET effects #define TARGET effects
#define LOCAL_LIBS \ #define LOCAL_LIBS \
display sgraph graph sgraphutil sgattrib gobj putil gsgbase linmath \ display sgraph graph sgraphutil sgattrib gobj putil gsgbase linmath \
mathutil switchnode mathutil switchnode
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
#define SOURCES \ #define SOURCES \
config_effects.cxx config_effects.h lensFlareNode.I \ config_effects.h lensFlareNode.I lensFlareNode.h
lensFlareNode.cxx lensFlareNode.h
#define INCLUDED_SOURCES \
config_effects.cxx lensFlareNode.cxx
#define INSTALL_HEADERS \ #define INSTALL_HEADERS \
config_effects.h lensFlareNode.I lensFlareNode.h config_effects.h lensFlareNode.I lensFlareNode.h

View File

@ -0,0 +1,4 @@
#include "config_effects.cxx"
#include "lensFlareNode.cxx"