36 lines
829 B
ObjectPascal
36 lines
829 B
ObjectPascal
#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 \
|
|
eggBinner.h \
|
|
qpeggLoader.h \
|
|
qpload_egg_file.h
|
|
|
|
#define INCLUDED_SOURCES \
|
|
config_egg2pg.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 \
|
|
config_egg2pg.h \
|
|
eggBinner.h \
|
|
qpeggLoader.h \
|
|
qpload_egg_file.h
|
|
|
|
#end lib_target
|