summaryrefslogtreecommitdiff
path: root/storage/mroonga/packages/windows/build-vc2010-zip-32.bat
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/packages/windows/build-vc2010-zip-32.bat')
-rw-r--r--storage/mroonga/packages/windows/build-vc2010-zip-32.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/storage/mroonga/packages/windows/build-vc2010-zip-32.bat b/storage/mroonga/packages/windows/build-vc2010-zip-32.bat
deleted file mode 100644
index 6942e01145d..00000000000
--- a/storage/mroonga/packages/windows/build-vc2010-zip-32.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-rmdir /S /Q build-vc2010-zip-32
-mkdir build-vc2010-zip-32
-cd build-vc2010-zip-32
-cmake ..\source -G "Visual Studio 10" > config.log
-cmake --build . --config RelWithDebInfo > build.log
-cmake --build . --config RelWithDebInfo --target package > zip.log
-move *.zip ..\
-cd ..