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

Koakumafile

index 95aa2caf8bd0df224d349f4d53445d3e158fd96e..942e946bc672e2d4c5e8e43ce1b6c855fa2e9a43 100644 (file)
@@ -4,6 +4,7 @@
 proc run {project_name} {
        exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h
        set ::env(DISPLAY) ":0"
+       set ::env(PATH) "$::env$(PATH)"
        RunCommand "make clean"
        set dirname ""
        if { "$project_name" == "Tewi-BCC" } {
@@ -21,7 +22,14 @@ proc run {project_name} {
                set ::env(PATH) "$::env(PATH):/usr/watcom/binl64"
                RunCommand "make PLATFORM=watcom"
                set dirname "watcom"
+       } elseif { "$project_name" == "Tewi-PSP" } {
+               RunCommand "./psp.sh"
+               RunCommand "doas mkdir -p /raid/f/g/tewi/psp"
+               RunCommand "doas mkdir -p /raid/ftp/pub/tewi/psp"
+               RunCommand "doas cp tewidist.zip /raid/f/g/tewi/psp/tewidistpsp-[exec make get-version]-nossl.zip"
+               RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/psp/tewidistpsp-[exec make get-version]-nossl.zip"
        } elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } {
+               RunCommand "rm -rf openssl"
                RunCommand "git clone https://github.com/clamwin/openssl"
                set bits 32
                if { "$project_name" == "Tewi-MinGW-32" } {