*** empty log message ***

This commit is contained in:
Joe Shochet 2003-03-17 00:38:42 +00:00
parent a2b5183052
commit bdbceeaae0

View File

@ -37,7 +37,7 @@ extra_genPyCode_libs="$extra_genPyCode_libs $*"
if [ "$firstarg" = "linux" ]; then
cd $DIRECT/bin
exec ppython -d generatePythonCode -v -d $DIRECT/lib/py -e $DIRECT/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs
exec ppython -d generatePythonCode -O -v -d $DIRECT/lib/py -e $DIRECT/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs
exit 1
fi