Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7339 → Rev 7340

/programs/games/kosilka/Tupfile.lua
2,8 → 2,8
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")
/programs/games/kosilka/kosilka.cpp
28,9 → 28,7
bool skin_available=false;
bool w_redraw=true;
 
#define LANG ENG
 
#if LANG == RUS
#ifdef LANG_RUS
const char windowTitle[] = "Š®á¨«ª  ¤«ï Š®«¨¡à¨";
const char version[] = "‚¥àá¨ï 1.16";
const char win[] = "‚ë ¢ë¨£à «¨!";