forked from KolibriOS/kolibrios
trying to fix LANG 2
git-svn-id: svn://kolibrios.org@7338 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1d1000aaa0
commit
9feb521374
@ -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")
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user