mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
12 lines
336 B
ObjectPascal
12 lines
336 B
ObjectPascal
// This is the toplevel directory. It contains configure.in and other
|
|
// stuff.
|
|
|
|
#define DIR_TYPE toplevel
|
|
|
|
#define CONFIG_HEADER dtool_config.h
|
|
#define SAMPLE_SOURCE_FILE src/dtoolbase/dtoolbase.cxx
|
|
|
|
#define EXTRA_DIST \
|
|
Config.Irix.pp Config.Linux.pp Config.osx.pp Config.Win32.pp Config.Cygwin.pp \
|
|
LocalSetup.pp Package.pp
|