mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
47 lines
1.2 KiB
ObjectPascal
47 lines
1.2 KiB
ObjectPascal
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
|
dtoolutil:c dtoolbase:c dtool:m
|
|
|
|
#define USE_NURBSPP yes
|
|
|
|
#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 \
|
|
animBundleMaker.h \
|
|
characterMaker.h \
|
|
qpcharacterMaker.h \
|
|
computedVerticesMaker.I computedVerticesMaker.h \
|
|
computedVerticesMakerEntity.I computedVerticesMakerEntity.h \
|
|
config_egg2pg.h \
|
|
deferredNodeProperty.h \
|
|
eggBinner.h \
|
|
eggLoaderBase.h \
|
|
qpeggLoader.h \
|
|
qpload_egg_file.h
|
|
|
|
#define INCLUDED_SOURCES \
|
|
animBundleMaker.cxx \
|
|
characterMaker.cxx \
|
|
qpcharacterMaker.cxx \
|
|
computedVerticesMaker.cxx \
|
|
config_egg2pg.cxx \
|
|
deferredNodeProperty.cxx \
|
|
eggBinner.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 \
|
|
qpload_egg_file.h config_egg2pg.h
|
|
|
|
#end lib_target
|