[Groonga-mysql-commit] mroonga/mroonga at f079e22 [remove-vs2013] package windows: Remove batch files for Visual Studio 2013

Back to archive index

Hiroshi Hatake null+****@clear*****
Mon Jul 24 18:25:26 JST 2017


Hiroshi Hatake	2017-07-24 18:25:26 +0900 (Mon, 24 Jul 2017)

  New Revision: f079e22d465e246e81da2b0b0887954a48c3c6b2
  https://github.com/mroonga/mroonga/commit/f079e22d465e246e81da2b0b0887954a48c3c6b2

  Message:
    package windows: Remove batch files for Visual Studio 2013

  Removed files:
    packages/windows/build-vc2013-msi-32.bat
    packages/windows/build-vc2013-msi-64.bat
    packages/windows/build-vc2013-zip-32.bat
    packages/windows/build-vc2013-zip-64.bat
    packages/windows/build-vc2013.bat

  Deleted: packages/windows/build-vc2013-msi-32.bat (+0 -8) 100644
===================================================================
--- packages/windows/build-vc2013-msi-32.bat    2017-07-22 00:05:14 +0900 (7b0af0a)
+++ /dev/null
@@ -1,8 +0,0 @@
-rmdir /S /Q build-vc2013-msi-32
-mkdir build-vc2013-msi-32
-cd build-vc2013-msi-32
-cmake ..\source -G "Visual Studio 12 2013" > config.log
-cmake --build . --config RelWithDebInfo > build.log
-cmake --build . --config RelWithDebInfo --target msi > msi.log
-move *.msi ..\
-cd ..

  Deleted: packages/windows/build-vc2013-msi-64.bat (+0 -8) 100644
===================================================================
--- packages/windows/build-vc2013-msi-64.bat    2017-07-22 00:05:14 +0900 (82b3cf7)
+++ /dev/null
@@ -1,8 +0,0 @@
-rmdir /S /Q build-vc2013-msi-64
-mkdir build-vc2013-msi-64
-cd build-vc2013-msi-64
-cmake ..\source -G "Visual Studio 12 2013 Win64" > config.log
-cmake --build . --config RelWithDebInfo > build.log
-cmake --build . --config RelWithDebInfo --target msi > msi.log
-move *.msi ..\
-cd ..

  Deleted: packages/windows/build-vc2013-zip-32.bat (+0 -13) 100644
===================================================================
--- packages/windows/build-vc2013-zip-32.bat    2017-07-22 00:05:14 +0900 (280cfa9)
+++ /dev/null
@@ -1,13 +0,0 @@
-rmdir /S /Q build-vc2013-zip-32
-mkdir build-vc2013-zip-32
-cd build-vc2013-zip-32
-cmake ..\source -G "Visual Studio 12 2013" ^
-  -DMRN_GROONGA_EMBED=OFF ^
-  -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF ^
-  -DGRN_WITH_BUNDLED_LZ4=ON ^
-  -DGRN_WITH_BUNDLED_MECAB=ON ^
-  > config.log
-cmake --build . --config RelWithDebInfo > build.log
-cmake --build . --config RelWithDebInfo --target package > zip.log
-move *.zip ..\
-cd ..

  Deleted: packages/windows/build-vc2013-zip-64.bat (+0 -13) 100644
===================================================================
--- packages/windows/build-vc2013-zip-64.bat    2017-07-22 00:05:14 +0900 (dfdd387)
+++ /dev/null
@@ -1,13 +0,0 @@
-rmdir /S /Q build-vc2013-zip-64
-mkdir build-vc2013-zip-64
-cd build-vc2013-zip-64
-cmake ..\source -G "Visual Studio 12 2013 Win64" ^
-  -DMRN_GROONGA_EMBED=OFF ^
-  -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF ^
-  -DGRN_WITH_BUNDLED_LZ4=ON ^
-  -DGRN_WITH_BUNDLED_MECAB=ON ^
-  > config.log
-cmake --build . --config RelWithDebInfo > build.log
-cmake --build . --config RelWithDebInfo --target package > zip.log
-move *.zip ..\
-cd ..

  Deleted: packages/windows/build-vc2013.bat (+0 -4) 100644
===================================================================
--- packages/windows/build-vc2013.bat    2017-07-22 00:05:14 +0900 (99d7e40)
+++ /dev/null
@@ -1,4 +0,0 @@
-build-vc2013-zip-32.bat
-build-vc2013-zip-64.bat
-REM build-vc2013-msi-32.bat
-REM build-vc2013-msi-64.bat
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index