Subversion Repositories Tewi

Rev

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

Rev 232 Rev 233
Line 1... Line 1...
1
# $Id: Koakumafile 232 2024-10-03 04:33:13Z nishi $
1
# $Id: Koakumafile 233 2024-10-03 04:34:27Z 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"
Line 39... Line 39...
39
	cd workdir
39
	cd workdir
40
	RunCommand "7z a ../archive.7z *"
40
	RunCommand "7z a ../archive.7z *"
41
	cd ..
41
	cd ..
42
	exec cat /usr/share/7z.sfx archive.7z > tewidist.exe
42
	exec cat /usr/share/7z.sfx archive.7z > tewidist.exe
43
	RunCommand "rm -rf workdir"
43
	RunCommand "rm -rf workdir"
44
	RunCommand "doas mkdir -p /raid-nishi/f/g/tewi/$dirname"
44
	RunCommand "doas mkdir -p /raid/f/g/tewi/$dirname"
45
	RunCommand "doas cp tewidist.exe /raid-nishi/f/g/tewi/$dirname/tewidist$dirname-[exec make get-version]-nossl.exe"
45
	RunCommand "doas cp tewidist.exe /raid/f/g/tewi/$dirname/tewidist$dirname-[exec make get-version]-nossl.exe"
46
}
46
}