mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
*** empty log message ***
This commit is contained in:
parent
2268aa2adc
commit
5979b1c864
32
panda/src/egg2pg/Sources.pp
Normal file
32
panda/src/egg2pg/Sources.pp
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m
|
||||||
|
|
||||||
|
#begin lib_target
|
||||||
|
#define TARGET egg2pg
|
||||||
|
#define LOCAL_LIBS \
|
||||||
|
parametrics cull collide egg builder loader chan char switchnode
|
||||||
|
|
||||||
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
||||||
|
|
||||||
|
#define SOURCES \
|
||||||
|
config_egg2pg.h \
|
||||||
|
qpeggLoader.h \
|
||||||
|
qpload_egg_file.h
|
||||||
|
|
||||||
|
#define INCLUDED_SOURCES \
|
||||||
|
config_egg2pg.cxx \
|
||||||
|
qpeggLoader.cxx \
|
||||||
|
qpload_egg_file.cxx
|
||||||
|
|
||||||
|
#if $[DONT_COMBINE_PGRAPH]
|
||||||
|
#define SOURCES $[SOURCES] $[INCLUDED_SOURCES]
|
||||||
|
#define INCLUDED_SOURCES
|
||||||
|
#define COMBINED_SOURCES
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define INSTALL_HEADERS \
|
||||||
|
config_egg2pg.cxx \
|
||||||
|
qpeggLoader.h \
|
||||||
|
qpload_egg_file.h
|
||||||
|
|
||||||
|
#end lib_target
|
1
panda/src/egg2pg/egg2pg_composite2.cxx
Normal file
1
panda/src/egg2pg/egg2pg_composite2.cxx
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "qpload_egg_file.cxx"
|
Loading…
x
Reference in New Issue
Block a user