From: Nishi Date: Thu, 3 Oct 2024 04:30:37 +0000 (+0000) Subject: update koakumafile X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=562891b041c1a5189d2d3eb625fcdd3d500dcd95;p=tewi.git update koakumafile git-svn-id: file:///raid/svn-personal/tewi/trunk@231 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Koakumafile b/Koakumafile index 449f56f..bade4d4 100644 --- a/Koakumafile +++ b/Koakumafile @@ -29,7 +29,9 @@ proc run {project_name} { exec ./Tool/itworks > workdir/www/index.html exec ./Tool/genconf C:/Tewi modules dll > workdir/etc/tewi.conf RunCommand "cp Binary/pbtewi.gif workdir/www/" - RunCommand "cp Module/*.dll workdir/modules/" + foreach filen [glob Module/*.dll] { + RunCommand "cp $filen workdir/modules/" + } cd workdir RunCommand "7z a ../archive.7z *" cd ..