- Timestamp:
- Oct 3, 2024, 1:55:42 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Koakumafile
r236 r237 5 5 exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h 6 6 set ::env(DISPLAY) ":0" 7 set ::env(PATH) "$::env$(PATH)" 7 8 RunCommand "make clean" 8 9 set dirname "" … … 22 23 RunCommand "make PLATFORM=watcom" 23 24 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" 24 31 } elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } { 32 RunCommand "rm -rf openssl" 25 33 RunCommand "git clone https://github.com/clamwin/openssl" 26 34 set bits 32
Note:
See TracChangeset
for help on using the changeset viewer.