greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16063

Show
Ignore:
Timestamp:
2008-06-19 11:45:27 (7 months ago)
Author:
kjdon
Message:

for indexers, now call with gs2 arg instead of nojava - want lucene to be compiled. and we need to copy the LuceneWrapper?.jar to bin/java

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gsdl/trunk/win32.mak

    r15909 r16063  
    146146$(INDEXERSDIR): FORCE 
    147147        cd "$@" 
    148         call winMake.bat all nojava 
    149         call winMake.bat install nojava 
     148        call winMake.bat all gs2 
     149        call winMake.bat install gs2 
    150150        if NOT EXIST "$(GSDLHOME)\bin\windows" mkdir "$(GSDLHOME)\bin\windows" 
     151        if NOT EXIST "$(GSDLHOME)\bin\java" mkdir "$(GSDLHOME)\bin\java" 
    151152        copy bin\*.exe "$(GSDLHOME)\bin\windows" 
     153        copy lucene-gs\LuceneWrapper.jar "$(GSDLHOME)\bin\java" 
    152154        cd "$(GSDLHOME)" 
    153155