Changeset 237 in Main for trunk


Ignore:
Timestamp:
Oct 3, 2024, 1:55:42 PM (6 weeks ago)
Author:
Nishi
Message:

update koakumafile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Koakumafile

    r236 r237  
    55        exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h
    66        set ::env(DISPLAY) ":0"
     7        set ::env(PATH) "$::env$(PATH)"
    78        RunCommand "make clean"
    89        set dirname ""
     
    2223                RunCommand "make PLATFORM=watcom"
    2324                set dirname "watcom"
     25        } elseif { "$project_name" == "Tewi-PSP" } {
     26                RunCommand "./psp.sh"
     27                RunCommand "doas mkdir -p /raid/f/g/tewi/psp"
     28                RunCommand "doas mkdir -p /raid/ftp/pub/tewi/psp"
     29                RunCommand "doas cp tewidist.zip /raid/f/g/tewi/psp/tewidistpsp-[exec make get-version]-nossl.zip"
     30                RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/psp/tewidistpsp-[exec make get-version]-nossl.zip"
    2431        } elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } {
     32                RunCommand "rm -rf openssl"
    2533                RunCommand "git clone https://github.com/clamwin/openssl"
    2634                set bits 32
Note: See TracChangeset for help on using the changeset viewer.