Changeset 208 in Main for trunk/installer.sh


Ignore:
Timestamp:
Oct 2, 2024, 11:59:59 AM (6 weeks ago)
Author:
Nishi
Message:

do this instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/installer.sh

    r206 r208  
    2323
    2424make clean || fail
    25 make PLATFORM=$1 PREFIX=C:/srv/Tewi -j4 || fail
     25make PLATFORM=$1 PREFIX=C:/Tewi -j4 || fail
    2626cp Server/tewi.exe tewi.exe
    2727make clean || fail
    28 make PLATFORM=$1-service -j4 PREFIX=C:/srv/Tewi || fail
     28make PLATFORM=$1-service -j4 PREFIX=C:/Tewi || fail
    2929cp Server/tewi.exe tewi-service.exe
    3030cd Server
    31 ../Tool/genconf "C:/srv/Tewi" modules dll > ../generated.conf
     31../Tool/genconf "C:/Tewi" modules dll > ../generated.conf
    3232../Tool/itworks > ../itworks.html
    3333makensis -DVERSION=$VERSION install.nsi
     
    3939
    4040make clean || fail
    41 make PLATFORM=$1 -j4 PREFIX=C:/srv/Tewi|| fail
     41make PLATFORM=$1 -j4 PREFIX=C:/Tewi|| fail
    4242cp Server/tewi.exe tewi.exe
    4343make clean || fail
    44 make PLATFORM=$1-service -j4 PREFIX=C:/srv/Tewi || fail
     44make PLATFORM=$1-service -j4 PREFIX=C:/Tewi || fail
    4545cp Server/tewi.exe tewi-service.exe
    4646cd Server
    47 ../Tool/genconf "C:/srv/Tewi" modules dll > ../generated.conf
     47../Tool/genconf "C:/Tewi" modules dll > ../generated.conf
    4848../Tool/itworks > ../itworks.html
    4949makensis -DVERSION=$VERSION install.nsi
Note: See TracChangeset for help on using the changeset viewer.