Subversion Repositories Tewi

Rev

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

Rev 225 Rev 227
Line 1... Line 1...
1
# $Id: Koakumafile 225 2024-10-03 03:23:53Z nishi $
1
# $Id: Koakumafile 227 2024-10-03 03:25:51Z 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
	RunCommand "make clean"
7
	RunCommand "make clean"
7
	if { "$project_name" == "Tewi-BCC" } {
8
	if { "$project_name" == "Tewi-BCC" } {
8
		set ::env(BORLAND) "C:/borland/bcc55"
9
		set ::env(BORLAND) "C:/borland/bcc55"
9
		RunCommand "make PLATFORM=bcc"
10
		RunCommand "make PLATFORM=bcc"
10
	} elseif { "$project_name" == "Tewi-VC6" } {
11
	} elseif { "$project_name" == "Tewi-VC6" } {