Changeset 225 in Main for trunk/Koakumafile


Ignore:
Timestamp:
Oct 3, 2024, 12:23:53 PM (6 weeks ago)
Author:
Nishi
Message:

update koakumafile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Koakumafile

    r224 r225  
    33
    44proc run {project_name} {
    5         RunCommand "sed \"s/undef NO_SSL/define NO_SSL/g\" config.h.tmpl > config.h"
     5        exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h
    66        RunCommand "make clean"
    77        if { "$project_name" == "Tewi-BCC" } {
     
    1313                set ::env(WATCOM) "/usr/watcom"
    1414                set ::env(INCLUDE) "/usr/watcom/h"
     15                set ::env(PATH) "$::env(PATH):/usr/watcom/binl64"
    1516                RunCommand "make PLATFORM=watcom"
    1617        } else {
Note: See TracChangeset for help on using the changeset viewer.