mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
reorder notifications
This commit is contained in:
parent
26251e7b8e
commit
33f587a56d
@ -9,13 +9,6 @@
|
|||||||
// configure.
|
// configure.
|
||||||
//
|
//
|
||||||
|
|
||||||
#print
|
|
||||||
#if $[and $[HAVE_INTERROGATE],$[HAVE_PYTHON]]
|
|
||||||
#print Configuring Panda to generate Python interfaces.
|
|
||||||
#else
|
|
||||||
#print Configuring Panda WITHOUT Python interfaces.
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#print
|
#print
|
||||||
#print Configuring support for the following optional third-party packages:
|
#print Configuring support for the following optional third-party packages:
|
||||||
#if $[HAVE_NSPR]
|
#if $[HAVE_NSPR]
|
||||||
@ -57,6 +50,14 @@
|
|||||||
#if $[HAVE_DX]
|
#if $[HAVE_DX]
|
||||||
#print - DirectX
|
#print - DirectX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#print
|
||||||
|
#if $[and $[HAVE_INTERROGATE],$[HAVE_PYTHON]]
|
||||||
|
#print Compilation will generate Python interfaces.
|
||||||
|
#else
|
||||||
|
#print Configuring Panda WITHOUT Python interfaces.
|
||||||
|
#endif
|
||||||
|
|
||||||
#print
|
#print
|
||||||
#print See dtool_config.h for more details about the specified configuration.
|
#print See dtool_config.h for more details about the specified configuration.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user