Subversion Repositories Tewi

Rev

Rev 237 | Rev 239 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 237 Rev 238
Line 1... Line 1...
1
# $Id: Koakumafile 237 2024-10-03 04:55:42Z nishi $
1
# $Id: Koakumafile 238 2024-10-03 04:57:36Z nishi $
2
# vim: syntax=tcl
2
# vim: syntax=tcl
3
 
3
 
4
proc run {project_name} {
4
proc run {project_name} {
5
	exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h
5
	exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h
6
	set ::env(DISPLAY) ":0"
6
	set ::env(DISPLAY) ":0"
7
	set ::env(PATH) "$::env$(PATH)"
-
 
8
	RunCommand "make clean"
7
	RunCommand "make clean"
9
	set dirname ""
8
	set dirname ""
10
	if { "$project_name" == "Tewi-BCC" } {
9
	if { "$project_name" == "Tewi-BCC" } {
11
		set ::env(LANG) "ja_JP.UTF-8"
10
		set ::env(LANG) "ja_JP.UTF-8"
12
		set ::env(BORLAND) "C:/borland/bcc55"
11
		set ::env(BORLAND) "C:/borland/bcc55"
Line 26... Line 25...
26
		RunCommand "./psp.sh"
25
		RunCommand "./psp.sh"
27
		RunCommand "doas mkdir -p /raid/f/g/tewi/psp"
26
		RunCommand "doas mkdir -p /raid/f/g/tewi/psp"
28
		RunCommand "doas mkdir -p /raid/ftp/pub/tewi/psp"
27
		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"
28
		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"
29
		RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/psp/tewidistpsp-[exec make get-version]-nossl.zip"
-
 
30
		return
31
	} elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } {
31
	} elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } {
32
		RunCommand "rm -rf openssl"
32
		RunCommand "rm -rf openssl"
33
		RunCommand "git clone https://github.com/clamwin/openssl"
33
		RunCommand "git clone https://github.com/clamwin/openssl"
34
		set bits 32
34
		set bits 32
35
		if { "$project_name" == "Tewi-MinGW-32" } {
35
		if { "$project_name" == "Tewi-MinGW-32" } {