Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2871 → Rev 5098

/programs/other/graph/stdafx.cpp
File deleted
/programs/other/graph/Tupfile.lua
0,0 → 1,8
if tup.getconfig("NO_FASM") ~= "" or tup.getconfig("NO_MSVC") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_msvc.lua")
tup.append_table(OBJS,
tup.foreach_rule("*.asm", "fasm %f %o", "%B.obj")
)
compile_msvc{"*.cpp"}
link_msvc("graph")
/programs/other/graph/math2.cpp
43,6 → 43,7
}
}
#endif
#pragma function(ceil)
double __cdecl ceil(double x)
{
__asm {