mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
combined srcs
This commit is contained in:
parent
977582f7a0
commit
9cd48e5550
@ -6,9 +6,13 @@
|
|||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
linmath:c panda:m dconfig:c dtool:m pystub
|
linmath:c panda:m dconfig:c dtool:m pystub
|
||||||
|
|
||||||
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
cvsCopy.cxx cvsCopy.h cvsSourceDirectory.cxx cvsSourceDirectory.h \
|
cvsCopy.h cvsSourceDirectory.h cvsSourceTree.h
|
||||||
cvsSourceTree.cxx cvsSourceTree.h
|
|
||||||
|
#define INCLUDED_SOURCES \
|
||||||
|
cvsCopy.cxx cvsSourceDirectory.cxx cvsSourceTree.cxx
|
||||||
|
|
||||||
#define INSTALL_HEADERS \
|
#define INSTALL_HEADERS \
|
||||||
cvsCopy.h
|
cvsCopy.h
|
||||||
|
5
pandatool/src/cvscopy/cvscopy_composite1.cxx
Normal file
5
pandatool/src/cvscopy/cvscopy_composite1.cxx
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
#include "cvsCopy.cxx"
|
||||||
|
#include "cvsSourceDirectory.cxx"
|
||||||
|
#include "cvsSourceTree.cxx"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user