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
@ -6,9 +6,13 @@
|
||||
#define LOCAL_LIBS \
|
||||
putil graph
|
||||
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||
|
||||
#define SOURCES \
|
||||
config_gsgbase.cxx config_gsgbase.h graphicsStateGuardianBase.cxx \
|
||||
graphicsStateGuardianBase.h
|
||||
config_gsgbase.h graphicsStateGuardianBase.h
|
||||
|
||||
#define INCLUDED_SOURCES \
|
||||
config_gsgbase.cxx graphicsStateGuardianBase.cxx
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
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