*** empty log message ***

This commit is contained in:
David Rose 2002-02-27 03:14:37 +00:00
parent 2268aa2adc
commit 5979b1c864
3 changed files with 33 additions and 0 deletions

View 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

View File

@ -0,0 +1 @@
#include "qpload_egg_file.cxx"