[Groonga-commit] groonga/groonga [master] add install_windows.bat

Back to archive index

null+****@clear***** null+****@clear*****
2010年 10月 13日 (水) 01:37:26 JST


Toshihisa	2010-10-12 16:37:26 +0000 (Tue, 12 Oct 2010)

  New Revision: 82208550769cf85d37c774feba983b690a1049f5

  Log:
    add install_windows.bat

  Added files:
    install_windows.bat

  Added: install_windows.bat (+15 -0) 100644
===================================================================
--- /dev/null
+++ install_windows.bat    2010-10-12 16:37:26 +0000 (bda3455)
@@ -0,0 +1,15 @@
+cd lib
+nmake -f Makefile.msvc install
+cd ..
+
+cd src
+nmake -f Makefile.msvc install
+cd ..
+
+cd modules\suggest
+nmake -f Makefile.msvc install
+cd ..\..
+
+cd modules\tokenizers
+nmake -f Makefile.msvc install
+cd ..\..




Groonga-commit メーリングリストの案内
Back to archive index