Changeset 236 in Main for trunk/Koakumafile
- Timestamp:
- Oct 3, 2024, 1:50:01 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Koakumafile
r235 r236 22 22 RunCommand "make PLATFORM=watcom" 23 23 set dirname "watcom" 24 } elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } { 25 RunCommand "git clone https://github.com/clamwin/openssl" 26 set bits 32 27 if { "$project_name" == "Tewi-MinGW-32" } { 28 foreach filen [glob openssl/lib/mingw/x86/*] { 29 RunCommand "cp $filen openssl/lib/" 30 } 31 } else { 32 set bits 64 33 foreach filen [glob openssl/lib/mingw/x64/*] { 34 RunCommand "cp $filen openssl/lib/" 35 } 36 } 37 set win "win$bits" 38 RunCommand "./installer.sh $win" 39 RunCommand "doas mkdir -p /raid/f/g/tewi/$win" 40 RunCommand "doas mkdir -p /raid/ftp/pub/tewi/$win" 41 RunCommand "doas cp install-ssl.exe /raid/f/g/tewi/$win/tewiinst$bits-[exec make get-version]-ssl.exe" 42 RunCommand "doas cp install-nossl.exe /raid/f/g/tewi/$win/tewiinst$bits-[exec make get-version]-nossl.exe" 43 RunCommand "doas cp install-ssl.exe /raid/ftp/pub/tewi/$win/tewiinst$bits-[exec make get-version]-ssl.exe" 44 RunCommand "doas cp install-nossl.exe /raid/ftp/pub/tewi/$win/tewiinst$bits-[exec make get-version]-nossl.exe" 45 return 24 46 } else { 25 47 RunCommand "make"
Note:
See TracChangeset
for help on using the changeset viewer.