diff options
Diffstat (limited to 'build/linux-remote-MSVC-2008.sh')
| -rwxr-xr-x | build/linux-remote-MSVC-2008.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/build/linux-remote-MSVC-2008.sh b/build/linux-remote-MSVC-2008.sh new file mode 100755 index 00000000..274436e5 --- /dev/null +++ b/build/linux-remote-MSVC-2008.sh @@ -0,0 +1,20 @@ +#/bin/sh + +# VARS +export DFHACK_VER=0.5.6 +export PKG=dfhack-bin-$DFHACK_VER +export TARGET=Release + +# let's build it all +VBoxManage startvm "7 Prof" +sleep 5 +expect buildremote.expect $TARGET + +echo "Creating package..." +cd ../output/$TARGET +rm -r $PKG +rm $PKG.zip +mkdir $PKG +mv *.exe *.dll *.html *.txt *.xml $PKG +zip -r $PKG.zip $PKG +echo "DONE"
\ No newline at end of file |
