forked from KolibriOS/kolibrios
trying to fix LANG 6
git-svn-id: svn://kolibrios.org@7343 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b63aa38717
commit
f8865e6262
@ -2,8 +2,8 @@ if tup.getconfig("NO_FASM") ~= "" or tup.getconfig("NO_MSVC") ~= "" then return
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
||||
tup.include(HELPERDIR .. "/use_msvc.lua")
|
||||
if tup.getconfig("LANG") == "ru"
|
||||
then CFLAGS = CFLAGS .. " /DLANG_RUS"
|
||||
else CFLAGS = CFLAGS .. " /DLANG_ENG"
|
||||
then CFLAGS = CFLAGS .. " /DLANG=RUS"
|
||||
else CFLAGS = CFLAGS .. " /DLANG=ENG"
|
||||
end
|
||||
compile_msvc{"kosilka.cpp", "KosFile.cpp", "kosSyst.cpp", "mcsmemm.cpp"}
|
||||
link_msvc("kosilka")
|
||||
|
Loading…
Reference in New Issue
Block a user