Changeset 229 in Main for trunk


Ignore:
Timestamp:
Oct 3, 2024, 1:29:08 PM (6 weeks ago)
Author:
Nishi
Message:

update koakumafile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Koakumafile

    r228 r229  
    2121                RunCommand "make"
    2222        }
     23        file mkdir workdir
     24        file mkdir workdir/etc
     25        file mkdir workdir/www
     26        file mkdir workdir/modules
     27        file delete archive.7z
     28
     29        exec ./Tool/itworks > workdir/www/index.html
     30        exec ./Tool/genconf C:/Tewi modules dll > workdir/etc/tewi.conf
     31        RunCommand "cp Binary/pbtewi.gif workdir/www/"
     32        RunCommand "cp Modules/*.dll workdir/modules/"
     33        cd workdir
     34        RunCommand "7z a ../archive.7z *"
     35        cd ..
     36        exec cat /usr/share/7z.sfx archive.7z > tewidist.exe
     37        RunCommand "rm -rf workdir"
    2338}
Note: See TracChangeset for help on using the changeset viewer.