Fixed lang
git-svn-id: svn://kolibrios.org@7340 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -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")
|
||||
|
@@ -28,9 +28,7 @@ int read_result=0;
|
||||
bool skin_available=false;
|
||||
bool w_redraw=true;
|
||||
|
||||
#define LANG ENG
|
||||
|
||||
#if LANG == RUS
|
||||
#ifdef LANG_RUS
|
||||
const char windowTitle[] = "<EFBFBD><EFBFBD>ᨫ<EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
const char version[] = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1.16";
|
||||
const char win[] = "<EFBFBD><EFBFBD> <20>먣ࠫ<EBA8A3>!";
|
||||
|
Reference in New Issue
Block a user