Changeset 238 in Main for trunk/Koakumafile
- Timestamp:
- Oct 3, 2024, 1:57:36 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Koakumafile
r237 r238 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)"8 7 RunCommand "make clean" 9 8 set dirname "" … … 29 28 RunCommand "doas cp tewidist.zip /raid/f/g/tewi/psp/tewidistpsp-[exec make get-version]-nossl.zip" 30 29 RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/psp/tewidistpsp-[exec make get-version]-nossl.zip" 30 return 31 31 } elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } { 32 32 RunCommand "rm -rf openssl"
Note:
See TracChangeset
for help on using the changeset viewer.