mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
12 lines
253 B
ObjectPascal
12 lines
253 B
ObjectPascal
|
// This is the toplevel directory for a package.
|
||
|
|
||
|
#define DIR_TYPE toplevel
|
||
|
|
||
|
#define SAMPLE_SOURCE_FILE src/directbase/directbase.cxx
|
||
|
#define REQUIRED_TREES dtool panda
|
||
|
|
||
|
#define EXTRA_DIST \
|
||
|
Sources.pp Config.pp Package.pp
|
||
|
|
||
|
#define PYTHON_PACKAGE 1
|