Revert "Windows: update dobuild.cmd to run the configure/make"
[fio.git] / os / windows / _domake.sh
diff --git a/os/windows/_domake.sh b/os/windows/_domake.sh
deleted file mode 100755 (executable)
index 05625ff..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-
-cd "$2"
-cd ../..
-if [ -e "fio.exe" ]; then
-  make clean
-fi
-
-if [ "$1" = "x86" ]; then
-  ./configure --disable-native --build-32bit-win
-else
-  ./configure --disable-native
-fi
-
-make -j