diff options
Diffstat (limited to 'build/linux-remote-MSVC-2008.sh')
| -rwxr-xr-x | build/linux-remote-MSVC-2008.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/linux-remote-MSVC-2008.sh b/build/linux-remote-MSVC-2008.sh index 8edc7248..033bab16 100755 --- a/build/linux-remote-MSVC-2008.sh +++ b/build/linux-remote-MSVC-2008.sh @@ -1,13 +1,15 @@ #/bin/sh +# Remote into a virtualbox VM to build with MSVC. +# Very specific to my own local setup. ~px -# VARS +# VARS. TODO: parametrize export DFHACK_VER=0.5.7 export PKG=dfhack-bin-$DFHACK_VER export TARGET=Release # let's build it all VBoxManage startvm "7 Prof" -sleep 5 +sleep 20 expect buildremote.expect $TARGET echo "Creating package..." |
