diff --git a/direct/src/ffi/generatePythonCode b/direct/src/ffi/generatePythonCode index b5d7e170ee..396a8dd64c 100644 --- a/direct/src/ffi/generatePythonCode +++ b/direct/src/ffi/generatePythonCode @@ -19,6 +19,9 @@ Linux: Windows: ppython -d generatePythonCode -v -d `cygpath -w $DIRECT/lib/py` -e `cygpath -w $DIRECT/src/extensions` -i libdtool libpandaexpress libpanda libdirect libtoontown +Windows release: + ppython -O generatePythonCode -O -v -d `cygpath -w $DIRECT/lib/py` -e `cygpath -w $DIRECT/src/extensions` -i libdtool libpandaexpress libpanda libdirect libtoontown + Options: -h print this message