mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
11 lines
196 B
ObjectPascal
11 lines
196 B
ObjectPascal
// This is the toplevel directory for a package.
|
|
|
|
#define DIR_TYPE toplevel
|
|
|
|
#define REQUIRED_TREES dtool panda
|
|
|
|
#define EXTRA_DIST \
|
|
Sources.pp Config.pp Package.pp
|
|
|
|
#define PYTHON_PACKAGE 1
|