[Groonga-mysql-commit] mroonga/mroonga at bb3c253 [master] windows: Add embed off building configuration

Back to archive index

Hiroshi Hatake null+****@clear*****
Mon Feb 9 18:28:18 JST 2015


Hiroshi Hatake	2015-02-09 18:28:18 +0900 (Mon, 09 Feb 2015)

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

  Message:
    windows: Add embed off building configuration

  Modified files:
    packages/windows/build-vc2010-zip-32.bat
    packages/windows/build-vc2010-zip-64.bat
    packages/windows/build-vc2013-zip-32.bat
    packages/windows/build-vc2013-zip-64.bat

  Modified: packages/windows/build-vc2010-zip-32.bat (+1 -1)
===================================================================
--- packages/windows/build-vc2010-zip-32.bat    2015-02-09 14:53:10 +0900 (6942e01)
+++ packages/windows/build-vc2010-zip-32.bat    2015-02-09 18:28:18 +0900 (0130807)
@@ -1,7 +1,7 @@
 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 ..\source -G "Visual Studio 10" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF > config.log
 cmake --build . --config RelWithDebInfo > build.log
 cmake --build . --config RelWithDebInfo --target package > zip.log
 move *.zip ..\

  Modified: packages/windows/build-vc2010-zip-64.bat (+1 -1)
===================================================================
--- packages/windows/build-vc2010-zip-64.bat    2015-02-09 14:53:10 +0900 (de8f1db)
+++ packages/windows/build-vc2010-zip-64.bat    2015-02-09 18:28:18 +0900 (040c921)
@@ -1,7 +1,7 @@
 rmdir /S /Q build-vc2010-zip-64
 mkdir build-vc2010-zip-64
 cd build-vc2010-zip-64
-cmake ..\source -G "Visual Studio 10 Win64" > config.log
+cmake ..\source -G "Visual Studio 10 Win64" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF > config.log
 cmake --build . --config RelWithDebInfo > build.log
 cmake --build . --config RelWithDebInfo --target package > zip.log
 move *.zip ..\

  Modified: packages/windows/build-vc2013-zip-32.bat (+1 -1)
===================================================================
--- packages/windows/build-vc2013-zip-32.bat    2015-02-09 14:53:10 +0900 (d6401a6)
+++ packages/windows/build-vc2013-zip-32.bat    2015-02-09 18:28:18 +0900 (d3e0e4f)
@@ -1,7 +1,7 @@
 rmdir /S /Q build-vc2013-zip-32
 mkdir build-vc2013-zip-32
 cd build-vc2013-zip-32
-cmake ..\source -G "Visual Studio 12" > config.log
+cmake ..\source -G "Visual Studio 12" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF > config.log
 cmake --build . --config RelWithDebInfo > build.log
 cmake --build . --config RelWithDebInfo --target package > zip.log
 move *.zip ..\

  Modified: packages/windows/build-vc2013-zip-64.bat (+1 -1)
===================================================================
--- packages/windows/build-vc2013-zip-64.bat    2015-02-09 14:53:10 +0900 (fd55a25)
+++ packages/windows/build-vc2013-zip-64.bat    2015-02-09 18:28:18 +0900 (6ca288b)
@@ -1,7 +1,7 @@
 rmdir /S /Q build-vc2013-zip-64
 mkdir build-vc2013-zip-64
 cd build-vc2013-zip-64
-cmake ..\source -G "Visual Studio 12 Win64" > config.log
+cmake ..\source -G "Visual Studio 12 Win64" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF > config.log
 cmake --build . --config RelWithDebInfo > build.log
 cmake --build . --config RelWithDebInfo --target package > zip.log
 move *.zip ..\
-------------- next part --------------
HTML����������������������������...
下載 



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