From 562891b041c1a5189d2d3eb625fcdd3d500dcd95 Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 3 Oct 2024 04:30:37 +0000 Subject: [PATCH] update koakumafile git-svn-id: file:///raid/svn-personal/tewi/trunk@231 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Koakumafile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 .. -- 2.45.2