Changeset 13754


Ignore:
Timestamp:
2007-01-23T16:21:08+13:00 (17 years ago)
Author:
kjdon
Message:

indexers winMake now uses all instead of compile, and installs into indexers/bin, so we need to copy the files to where we want them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/changing-indexers-branch/gsdl/win32.mak

    r13746 r13754  
    141141$(INDEXERSDIR): FORCE
    142142    cd "$@"
    143     call winMake.bat compile nojava
     143    call winMake.bat all nojava
    144144    call winMake.bat install nojava
     145    copy bin\*.exe "$(GSDLHOME)\bin\windows"
    145146    cd "$(GSDLHOME)"
    146147
Note: See TracChangeset for help on using the changeset viewer.