mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
combine
This commit is contained in:
parent
1ac667d4c6
commit
1e3f7e3caf
@ -23,9 +23,8 @@
|
||||
textureAttrib.h textureAttrib.I \
|
||||
transformAttrib.h transformAttrib.I
|
||||
|
||||
// #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
||||
// #define INCLUDED_SOURCES \
|
||||
#define SOURCES $[SOURCES] \
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
||||
#define INCLUDED_SOURCES \
|
||||
colorAttrib.cxx \
|
||||
config_pgraph.cxx \
|
||||
cullHandler.cxx \
|
||||
@ -43,6 +42,12 @@
|
||||
textureAttrib.cxx \
|
||||
transformAttrib.cxx
|
||||
|
||||
#if $[DONT_COMBINE_PGRAPH]
|
||||
#define SOURCES $[SOURCES] $[INCLUDED_SOURCES]
|
||||
#define INCLUDED_SOURCES
|
||||
#define COMBINED_SOURCES
|
||||
#endif
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
pandaNode.h pandaNode.I
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user