trying to fix LANG 2
git-svn-id: svn://kolibrios.org@7338 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -5,5 +5,5 @@ if tup.getconfig("LANG") == "ru"
|
|||||||
then CFLAGS = CFLAGS .. " /DLANG=RUS"
|
then CFLAGS = CFLAGS .. " /DLANG=RUS"
|
||||||
else CFLAGS = CFLAGS .. " /DLANG=ENG"
|
else CFLAGS = CFLAGS .. " /DLANG=ENG"
|
||||||
end
|
end
|
||||||
compile_msvc{"kosilka.cpp", "KosFile.cpp", "kosSyst.cpp", "mcsmemm.cpp"}
|
compile_msvc{"*.cpp"}
|
||||||
link_msvc("kosilka")
|
link_msvc("kosilka")
|
||||||
|
@@ -28,6 +28,8 @@ int read_result=0;
|
|||||||
bool skin_available=false;
|
bool skin_available=false;
|
||||||
bool w_redraw=true;
|
bool w_redraw=true;
|
||||||
|
|
||||||
|
#define LANG ENG
|
||||||
|
|
||||||
#if LANG == RUS
|
#if LANG == RUS
|
||||||
const char windowTitle[] = "<EFBFBD><EFBFBD>ᨫ<EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
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 version[] = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1.16";
|
||||||
|
Reference in New Issue
Block a user