summaryrefslogtreecommitdiff
path: root/build/pkg-win32.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/pkg-win32.sh')
-rwxr-xr-xbuild/pkg-win32.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/build/pkg-win32.sh b/build/pkg-win32.sh
deleted file mode 100755
index 6e81264f..00000000
--- a/build/pkg-win32.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#/bin/sh
-# Remote into a virtualbox VM to build with MSVC.
-# Very specific to my own local setup. ~px
-
-# 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 20
-expect linux-remote.expect $TARGET
-