From: Nishi Date: Thu, 3 Oct 2024 03:23:53 +0000 (+0000) Subject: update koakumafile X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=0d41bdb9485509a5cf0c75ca4bc9e36e79a8bdee;p=tewi.git update koakumafile git-svn-id: file:///raid/svn-personal/tewi/trunk@225 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Koakumafile b/Koakumafile index af8c397..7e99ae6 100644 --- a/Koakumafile +++ b/Koakumafile @@ -2,7 +2,7 @@ # vim: syntax=tcl proc run {project_name} { - RunCommand "sed \"s/undef NO_SSL/define NO_SSL/g\" config.h.tmpl > config.h" + exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h RunCommand "make clean" if { "$project_name" == "Tewi-BCC" } { set ::env(BORLAND) "C:/borland/bcc55" @@ -12,6 +12,7 @@ proc run {project_name} { } elseif { "$project_name" == "Tewi-Watcom" } { set ::env(WATCOM) "/usr/watcom" set ::env(INCLUDE) "/usr/watcom/h" + set ::env(PATH) "$::env(PATH):/usr/watcom/binl64" RunCommand "make PLATFORM=watcom" } else { RunCommand "make"