mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
*** empty log message ***
This commit is contained in:
parent
afd6248bdd
commit
3fbeac2d8d
@ -13,7 +13,12 @@ generatePythonCode [opts] -i libtool libcode1 libcode2 ...
|
||||
Generates Python code for the C++ libraries listed.
|
||||
|
||||
Example:
|
||||
generatePythonCode -v -d $DIRECT/lib/py -e $DIRECT/src/all/python -i libdtool libpandaexpress libpanda libdirect
|
||||
Linux:
|
||||
ppython -d generatePythonCode -v -d $DIRECT/lib/py -e $DIRECT/src/extensions -i libdtool libpandaexpress libpanda libdirect
|
||||
|
||||
Windows:
|
||||
ppython -d generatePythonCode -v -d `cygpath -w $DIRECT/lib/py` -e `cygpath -w $DIRECT/src/extensions` -i libdtool libpandaexpress libpanda libdirect
|
||||
|
||||
|
||||
Options:
|
||||
-h print this message
|
||||
|
Loading…
x
Reference in New Issue
Block a user