]> Git repositories of Nishi - tewi.git/commitdiff
update koakumafile
authorNishi <nishi@nishi.boats>
Thu, 3 Oct 2024 03:23:53 +0000 (03:23 +0000)
committerNishi <nishi@nishi.boats>
Thu, 3 Oct 2024 03:23:53 +0000 (03:23 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@225 8739d7e6-ffea-ec47-b151-bdff447c6205

Koakumafile

index af8c39739117727ea4cee399ab3296db8b44bf5b..7e99ae6cb90dbda7252f5238c52bf3f52f26dc2b 100644 (file)
@@ -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"