trying to fix LANG 2

git-svn-id: svn://kolibrios.org@7338 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2018-09-10 14:07:29 +00:00
parent 1d1000aaa0
commit 9feb521374
2 changed files with 3 additions and 1 deletions

View File

@ -5,5 +5,5 @@ if tup.getconfig("LANG") == "ru"
then CFLAGS = CFLAGS .. " /DLANG=RUS"
else CFLAGS = CFLAGS .. " /DLANG=ENG"
end
compile_msvc{"kosilka.cpp", "KosFile.cpp", "kosSyst.cpp", "mcsmemm.cpp"}
compile_msvc{"*.cpp"}
link_msvc("kosilka")

View File

@ -28,6 +28,8 @@ int read_result=0;
bool skin_available=false;
bool w_redraw=true;
#define LANG ENG
#if LANG == RUS
const char windowTitle[] = "Š®á¨«ª  ¤«ï Š®«¨¡à¨";
const char version[] = "‚¥àá¨ï 1.16";