From: Nishi Date: Thu, 3 Oct 2024 04:55:42 +0000 (+0000) Subject: update koakumafile X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=1154c86ba9f4bb68d8f8f9a7c19aa1ed994e7e85;p=tewi.git update koakumafile git-svn-id: file:///raid/svn-personal/tewi/trunk@237 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Koakumafile b/Koakumafile index 95aa2ca..942e946 100644 --- a/Koakumafile +++ b/Koakumafile @@ -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" } {