add -fPIC for groonga-normalizer-mysql

This commit is contained in:
Kentoku SHIBA 2015-05-05 02:43:19 +09:00
commit d18beccc1d
49 changed files with 7 additions and 1468 deletions

View file

@ -1,8 +0,0 @@
rmdir /S /Q build-vc2010-msi-32
mkdir build-vc2010-msi-32
cd build-vc2010-msi-32
cmake ..\source -G "Visual Studio 10" > config.log
cmake --build . --config RelWithDebInfo > build.log
cmake --build . --config RelWithDebInfo --target msi > msi.log
move *.msi ..\
cd ..

View file

@ -1,8 +0,0 @@
rmdir /S /Q build-vc2010-msi-64
mkdir build-vc2010-msi-64
cd build-vc2010-msi-64
cmake ..\source -G "Visual Studio 10 Win64" > config.log
cmake --build . --config RelWithDebInfo > build.log
cmake --build . --config RelWithDebInfo --target msi > msi.log
move *.msi ..\
cd ..

View file

@ -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" -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 ..\
cd ..

View file

@ -1,8 +0,0 @@
rmdir /S /Q build-vc2010-zip-64
mkdir build-vc2010-zip-64
cd build-vc2010-zip-64
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 ..\
cd ..

View file

@ -1,4 +0,0 @@
build-vc2010-zip-32.bat
build-vc2010-zip-64.bat
build-vc2010-msi-32.bat
build-vc2010-msi-64.bat