Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9780 → Rev 9781

/programs/demos/kmatrix/trunk/Tupfile.lua
1,8 → 1,6
if tup.getconfig("NO_TCC") ~= "" then return end
if tup.getconfig("HELPERDIR") == ""
then
HELPERDIR = "../../../../programs"
end
 
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_tcc.lua")
 
link_tcc("main.c", "kmatrix");
/programs/other/graph/branches/tcc_current/Tupfile.lua
1,8 → 1,6
if tup.getconfig("NO_TCC") ~= "" then return end
if tup.getconfig("HELPERDIR") == ""
then
HELPERDIR = "../../../../../programs"
end
 
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_tcc.lua")
 
LIBS = "-lbox_lib"
/programs/system/shell/Tupfile.lua
1,8 → 1,6
if tup.getconfig("NO_TCC") ~= "" then return end
if tup.getconfig("HELPERDIR") == ""
then
HELPERDIR = "../../../programs"
end
 
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_tcc.lua")
 
if tup.getconfig("LANG") == "ru"