mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
use combined srcs
This commit is contained in:
parent
02bffb403b
commit
5caba5359f
@ -5,10 +5,14 @@
|
|||||||
#define TARGET gsgbase
|
#define TARGET gsgbase
|
||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
putil graph
|
putil graph
|
||||||
|
|
||||||
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
config_gsgbase.cxx config_gsgbase.h graphicsStateGuardianBase.cxx \
|
config_gsgbase.h graphicsStateGuardianBase.h
|
||||||
graphicsStateGuardianBase.h
|
|
||||||
|
#define INCLUDED_SOURCES \
|
||||||
|
config_gsgbase.cxx graphicsStateGuardianBase.cxx
|
||||||
|
|
||||||
#define INSTALL_HEADERS \
|
#define INSTALL_HEADERS \
|
||||||
graphicsStateGuardianBase.h
|
graphicsStateGuardianBase.h
|
||||||
|
4
panda/src/gsgbase/gsgbase_composite1.cxx
Normal file
4
panda/src/gsgbase/gsgbase_composite1.cxx
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
#include"config_gsgbase.cxx"
|
||||||
|
#include"graphicsStateGuardianBase.cxx"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user