mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
more tweaks for non-VR Studio environments
This commit is contained in:
parent
27b627d01a
commit
f4afb983a4
@ -78,14 +78,14 @@ if [ "$firstarg" = "install" ]; then
|
||||
# as installed on a machine without ctattach etc.
|
||||
pyDir=install/lib/py
|
||||
install/bin/ppython -d install/bin/generatePythonCode -O -v -d $pyDir -e direct/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs || exit
|
||||
pSqueezer=../../direct/src/showbase/pandaSqueezer.py
|
||||
pSqueezer=`pwd`/direct/src/showbase/pandaSqueezer.py
|
||||
fi
|
||||
|
||||
if [ "$firstarg" = "release" ]; then
|
||||
# as installed on a machine without ctattach etc.
|
||||
pyDir=install/lib/py
|
||||
install/bin/ppython install/bin/generatePythonCode -v -d $pyDir -e direct/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs || exit
|
||||
pSqueezer=../../direct/src/showbase/pandaSqueezer.py
|
||||
pSqueezer=`pwd`/direct/src/showbase/pandaSqueezer.py
|
||||
fi
|
||||
|
||||
if [ "$fSqueeze" = "squeezeMe" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user