Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5097 → Rev 5098

/programs/other/table/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("table")
/programs/other/table/math2.cpp
43,6 → 43,7
}
}
#endif
#pragma function(ceil)
double __cdecl ceil(double x)
{
__asm {