mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
use combined srcs
This commit is contained in:
parent
b6d06a224e
commit
bd84c7a5ad
@ -4,13 +4,17 @@
|
||||
converter pandatoolbase
|
||||
#define OTHER_LIBS \
|
||||
pnmimage:c linmath:c putil:c express:c panda:m pystub dtool
|
||||
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||
|
||||
#define SOURCES \
|
||||
programBase.I programBase.cxx programBase.h \
|
||||
withOutputFile.cxx withOutputFile.h \
|
||||
wordWrapStream.cxx \
|
||||
wordWrapStream.h wordWrapStreamBuf.I wordWrapStreamBuf.cxx \
|
||||
programBase.I programBase.h \
|
||||
withOutputFile.h wordWrapStream.h wordWrapStreamBuf.I \
|
||||
wordWrapStreamBuf.h
|
||||
|
||||
#define INCLUDED_SOURCES \
|
||||
programBase.cxx withOutputFile.cxx wordWrapStream.cxx \
|
||||
wordWrapStreamBuf.cxx
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
programBase.I programBase.h \
|
||||
|
7
pandatool/src/progbase/progbase_composite1.cxx
Normal file
7
pandatool/src/progbase/progbase_composite1.cxx
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
#include "programBase.cxx"
|
||||
#include "withOutputFile.cxx"
|
||||
#include "wordWrapStream.cxx"
|
||||
#include "wordWrapStreamBuf.cxx"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user