]> Git repositories of Nishi - tewi.git/commitdiff
update koakumafile
authorNishi <nishi@nishi.boats>
Thu, 3 Oct 2024 03:36:04 +0000 (03:36 +0000)
committerNishi <nishi@nishi.boats>
Thu, 3 Oct 2024 03:36:04 +0000 (03:36 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@228 8739d7e6-ffea-ec47-b151-bdff447c6205

Koakumafile

index 7efc237d3aad0887cebc8b78970d2496bbc9fbd6..2139ba2ae5a1473631693676cee1612c0f446963 100644 (file)
@@ -6,8 +6,10 @@ proc run {project_name} {
        set ::env(DISPLAY) ":0"
        RunCommand "make clean"
        if { "$project_name" == "Tewi-BCC" } {
+               set ::env(LANG) "ja_JP.UTF-8"
                set ::env(BORLAND) "C:/borland/bcc55"
                RunCommand "make PLATFORM=bcc"
+               set ::env(LANG) "en_US.UTF-8"
        } elseif { "$project_name" == "Tewi-VC6" } {
                RunCommand "make PLATFORM=vc6"
        } elseif { "$project_name" == "Tewi-Watcom" } {