mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
moved to /home/drose/player/toontown/src/publish
This commit is contained in:
parent
3464ea3856
commit
62234e0a64
@ -1,16 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
rm -f panda-standalone.zip
|
||||
|
||||
for dir in $DTOOL $PANDA $DIRECT $PANDATOOL; do
|
||||
zip -j panda-standalone.zip $dir/lib/*.dll $dir/bin/*.exe || exit
|
||||
done
|
||||
zip -j panda-standalone.zip $WINTOOLS/lib/*.dll $WINTOOLS/sdk/python/Python-2.2.2/PCbuild/*.dll || exit
|
||||
|
||||
cp $DIRECT/src/directscripts/standalone-Configrc /tmp/Configrc || exit
|
||||
zip -j -m panda-standalone.zip /tmp/Configrc || exit
|
||||
cp $DIRECT/src/directscripts/standalone-setup.bat /tmp/setup.bat || exit
|
||||
zip -j -m panda-standalone.zip /tmp/setup.bat || exit
|
||||
|
||||
echo Success!
|
||||
|
@ -1,12 +0,0 @@
|
||||
# This Configrc file is provided by default in the
|
||||
# panda-standalone.zip file generated by make-panda-standalone.sh.
|
||||
|
||||
load-display pandadx8
|
||||
load-file-type ptloader
|
||||
|
||||
model-path $TTMODELS
|
||||
model-path $DMODELS
|
||||
|
||||
aux-display pandagl
|
||||
aux-display pandadx8
|
||||
aux-display pandadx7
|
Loading…
x
Reference in New Issue
Block a user