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

Koakumafile

index ec34f1bf2cec0405894e66c038bd5de82b0b9330..4987d765111f2605d53f38862b41b4a2eaa4fc04 100644 (file)
@@ -28,6 +28,16 @@ proc run {project_name} {
                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"
                return
+       } elseif { "$project_name" == "Tewi-PS3" } {
+               set ::env(PS3DEV) "/usr/local/ps3dev"
+               set ::env(PSL1GHT) "/usr/local/ps3dev"
+               set ::env(PATH) "$::env(PATH):/usr/local/ps3dev/bin:/usr/local/ps3dev/ppu/bin:/usr/local/ps3dev/spu/bin"
+               RunCommand "make PLATFORM=ps3"
+               RunCommand "doas mkdir -p /raid/f/g/tewi/ps3"
+               RunCommand "doas mkdir -p /raid/ftp/pub/tewi/ps3"
+               RunCommand "doas cp Server/tewi.pkg /raid/f/g/tewi/ps3/tewidistps3-[exec make get-version]-nossl.pkg"
+               RunCommand "doas cp Server/tewi.pkg /raid/ftp/pub/tewi/ps3/tewidistps3-[exec make get-version]-nossl.pkg"
+               return
        } elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } {
                RunCommand "rm -rf openssl"
                RunCommand "git clone https://github.com/clamwin/openssl"