Changeset 16325


Ignore:
Timestamp:
2008-07-10T09:59:14+12:00 (16 years ago)
Author:
kjdon
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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)"
Note: See TracChangeset for help on using the changeset viewer.