mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-16 00:34:50 -04:00
15 lines
301 B
ObjectPascal
15 lines
301 B
ObjectPascal
#begin lib_target
|
|
#define TARGET showbase
|
|
#define LOCAL_LIBS \
|
|
directbase
|
|
#define OTHER_LIBS \
|
|
linmath:c putil:c express:c panda:m pandaexpress:m dtoolconfig dtool
|
|
|
|
#define SOURCES \
|
|
showBase.cxx showBase.h
|
|
|
|
#define IGATESCAN all
|
|
#end lib_target
|
|
|
|
#define INSTALL_SCRIPTS ppython
|