mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Compile without python
This commit is contained in:
parent
df215c964d
commit
abe13bd4f0
@ -49,7 +49,9 @@ ConfigureFn(config_event) {
|
|||||||
EventStoreWstring::init_type("EventStoreWstring");
|
EventStoreWstring::init_type("EventStoreWstring");
|
||||||
EventStoreTypedRefCount::init_type();
|
EventStoreTypedRefCount::init_type();
|
||||||
GenericAsyncTask::init_type();
|
GenericAsyncTask::init_type();
|
||||||
|
#ifdef HAVE_PYTHON
|
||||||
PythonTask::init_type();
|
PythonTask::init_type();
|
||||||
|
#endif
|
||||||
|
|
||||||
ButtonEventList::register_with_read_factory();
|
ButtonEventList::register_with_read_factory();
|
||||||
EventStoreInt::register_with_read_factory();
|
EventStoreInt::register_with_read_factory();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user