27 lines
720 B
ObjectPascal
Executable File
27 lines
720 B
ObjectPascal
Executable File
// DIR_TYPE "metalib" indicates we are building a shared library that
|
|
// consists mostly of references to other shared libraries. Under
|
|
// Windows, this directly produces a DLL (as opposed to the regular
|
|
// src libraries, which don't produce anything but a pile of OBJ files
|
|
// under Windows).
|
|
|
|
#define DIR_TYPE metalib
|
|
#define BUILD_DIRECTORY $[HAVE_ODE]
|
|
#define BUILDING_DLL BUILDING_PANDAODE
|
|
|
|
#define COMPONENT_LIBS \
|
|
pode
|
|
|
|
#define LOCAL_LIBS pgraph
|
|
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
|
dtoolutil:c dtoolbase:c dtool:m prc:c
|
|
|
|
|
|
#begin metalib_target
|
|
#define TARGET pandaode
|
|
|
|
#define SOURCES pandaode.cxx pandaode.h
|
|
#define INSTALL_HEADERS pandaode.h
|
|
|
|
#end metalib_target
|
|
|