Changeset 231 in Main for trunk/Koakumafile
- Timestamp:
- Oct 3, 2024, 1:30:37 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Koakumafile
r230 r231 30 30 exec ./Tool/genconf C:/Tewi modules dll > workdir/etc/tewi.conf 31 31 RunCommand "cp Binary/pbtewi.gif workdir/www/" 32 RunCommand "cp Module/*.dll workdir/modules/" 32 foreach filen [glob Module/*.dll] { 33 RunCommand "cp $filen workdir/modules/" 34 } 33 35 cd workdir 34 36 RunCommand "7z a ../archive.7z *"
Note:
See TracChangeset
for help on using the changeset viewer.