Kouhei Sutou
null+****@clear*****
Mon May 20 16:08:24 JST 2013
Kouhei Sutou 2013-05-20 16:08:24 +0900 (Mon, 20 May 2013) New Revision: aeaaf30f52d8f1e5254ef5dc317f58957203e53e https://github.com/mroonga/mroonga/commit/aeaaf30f52d8f1e5254ef5dc317f58957203e53e Message: Fix a typo "W" should be upper case. Modified files: packages/windows/build-64.bat Modified: packages/windows/build-64.bat (+1 -1) =================================================================== --- packages/windows/build-64.bat 2013-05-20 15:57:36 +0900 (05e8baa) +++ packages/windows/build-64.bat 2013-05-20 16:08:24 +0900 (6978043) @@ -1,7 +1,7 @@ rmdir /S /Q build-64 mkdir build-64 cd build-64 -cmake ..\source -G "Visual Studio 10 win64" > config.log +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 ..\ -------------- next part -------------- HTML����������������������������...Download