Changeset 353 in Main for trunk


Ignore:
Timestamp:
Oct 16, 2024, 5:40:59 PM (4 weeks ago)
Author:
Nishi
Message:

add Tewi-OS2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Koakumafile

    r288 r353  
    3131                        RunCommand "make PLATFORM=watcom"
    3232                        set dirname "watcom"
     33                } elseif { "$project_name" == "Tewi-Watcom" } {
     34                        set ::env(WATCOM) "/usr/watcom"
     35                        set ::env(INCLUDE) "/usr/watcom/h"
     36                        set ::env(PATH) "$::env(PATH):/usr/watcom/binl64"
     37                        RunCommand "make PLATFORM=watcom"
     38                        set dirname "watcom"
     39                } elseif { "$project_name" == "Tewi-Watcom" } {
     40                        set ::env(WATCOM) "/usr/watcom"
     41                        set ::env(INCLUDE) "/usr/watcom/h"
     42                        set ::env(PATH) "$::env(PATH):/usr/watcom/binl64"
     43                        RunCommand "rm -rf os2"
     44                        RunCommand "make PLATFORM=os2"
     45                        RunCommand "make PLATFORM=os2 install DESTDIR=os2/"
     46                        cd os2/C:
     47                        RunCommand "zip -rv ../../tewidist.zip Tewi"
     48                        cd ../..
     49                        RunCommand "doas mkdir -p /raid/f/g/tewi/os2"
     50                        RunCommand "doas mkdir -p /raid/ftp/pub/tewi/os2"
     51                        RunCommand "doas cp tewidist.zip /raid/f/g/tewi/os2/tewidistos2-[exec make get-version]-nossl.zip"
     52                        RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/os2/tewidistos2-[exec make get-version]-nossl.zip"
     53                        return
    3354                } elseif { "$project_name" == "Tewi-PSP" } {
    3455                        RunCommand "./psp.sh"
Note: See TracChangeset for help on using the changeset viewer.