greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16325

Show
Ignore:
Timestamp:
2008-07-10 09:59:14 (6 months ago)
Author:
kjdon
Message:

changed the command for copying the exe files into bin\windows, hopefully it will work now!

Files:

Legend:

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

    r16063 r16325  
    150150        if NOT EXIST "$(GSDLHOME)\bin\windows" mkdir "$(GSDLHOME)\bin\windows" 
    151151        if NOT EXIST "$(GSDLHOME)\bin\java" mkdir "$(GSDLHOME)\bin\java" 
    152         copy bin\*.exe "$(GSDLHOME)\bin\windows" 
     152        for %%i in (bin\*.exe) do \ 
     153          copy %%i "$(GSDLHOME)\bin\windows" 
    153154        copy lucene-gs\LuceneWrapper.jar "$(GSDLHOME)\bin\java" 
    154155        cd "$(GSDLHOME)"