mirror of
https://github.com/panda3d/panda3d.git
synced 2025-11-01 20:15:03 -04:00
use combined srcs
This commit is contained in:
parent
98bd7c8142
commit
572cc7b166
@ -6,11 +6,14 @@
|
||||
#define LOCAL_LIBS \
|
||||
cull putil gobj sgattrib graph sgraph linmath sgraphutil pnmimage gsgbase \
|
||||
mathutil
|
||||
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||
|
||||
#define SOURCES \
|
||||
config_text.cxx config_text.h \
|
||||
textFont.I textFont.cxx textFont.h \
|
||||
textNode.I textNode.cxx textNode.h
|
||||
config_text.h textFont.I textFont.h \
|
||||
textNode.I textNode.h textNode.cxx
|
||||
|
||||
#define INCLUDED_SOURCES config_text.cxx textFont.cxx
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
config_text.h textFont.I textFont.h textNode.I textNode.h
|
||||
|
||||
2
panda/src/text/text_composite1.cxx
Normal file
2
panda/src/text/text_composite1.cxx
Normal file
@ -0,0 +1,2 @@
|
||||
#include "config_text.cxx"
|
||||
#include "textFont.cxx"
|
||||
Loading…
x
Reference in New Issue
Block a user