new scripts to make panda-standalone.zip

This commit is contained in:
David Rose 2003-03-03 19:20:34 +00:00
parent 933df94292
commit d72425f45d
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,17 @@
#! /bin/sh
if [ -e panda-standalone.zip ]; then
echo panda-standalone.zip already exists!
exit 1
fi
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
echo Success!

View File

@ -0,0 +1,8 @@
# This Configrc file is provided by default in the
# panda-standalone.zip file generated by make-panda-standalone.sh.
load-display pandadx8
aux-display pandagl
aux-display pandadx8
aux-display pandadx7