Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1805 → Rev 5098

/programs/games/xonix/trunk/Tupfile.lua
0,0 → 1,5
if tup.getconfig("NO_MSVC") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_msvc.lua")
compile_msvc{"*.cpp"}
link_msvc("xonix")
/programs/games/xonix/trunk/main.cpp
1480,7 → 1480,7
 
 
//
void ReleaseTop10()
void __cdecl ReleaseTop10()
{
//
if ( top10Heroes != NULL )