[Groonga-commit] groonga/groonga [master] change default install directory

Back to archive index

null+****@clear***** null+****@clear*****
2011年 2月 17日 (木) 22:13:55 JST


Toshihisa	2011-02-17 13:13:55 +0000 (Thu, 17 Feb 2011)

  New Revision: 683df3afcc4a4a89cf3a63239980a05feaabdd9d

  Log:
    change default install directory

  Modified files:
    mkmfwin32.vbs

  Modified: mkmfwin32.vbs (+2 -2)
===================================================================
--- mkmfwin32.vbs    2011-02-17 10:55:36 +0000 (345647a)
+++ mkmfwin32.vbs    2011-02-17 13:13:55 +0000 (6624e38)
@@ -9,14 +9,14 @@ msgbox strarch
 
 
 dim PLUGINS_DIR, PLUGINS_DIR2, INSTALL_DIR, LOG_PATH, MECAB_LIB, CONFIG_PATH,DOCUMENT_ROOT, RELATIVE_PLUGINS_DIR
+INSTALL_DIR = "c:\groonga"
 PLUGINS_DIR = "c:\\groonga\\plugins"
 PLUGINS_DIR2 = "c:\groonga\plugins"
-INSTALL_DIR = "c:\windows\system32"
 LOG_PATH = "c:\\groonga\\log\\groonga.log"
 MECAB_LIB = "c:\program files\mecab\sdk\libmecab.lib"
 CONFIG_PATH ="c:\\groonga\\etc\\config"
 DOCUMENT_ROOT ="c:\\groonga\\data\\admin_html"
-RELATIVE_PLUGINS_DIR = "lib\\groonga\\plugins"
+RELATIVE_PLUGINS_DIR = "plugins"
 
 'control warning
 dim no_warning




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