Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5326 → Rev 5327

/data/Tupfile.lua
482,7 → 482,6
})
tup.append_table(extra_files, {
{"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
{"kolibrios/games/21days/", PROGS .. "/games/21days/21days"},
{"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
{"kolibrios/games/2048/", PROGS .. "/games/2048/2048"},
{"kolibrios/games/marblematch3/", PROGS .. "/games/marblematch3/marblematch3"},
489,6 → 488,10
{"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
{"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
})
-- For russian build, add russian-only programs.
if build_type == "rus" then tup.append_table(img_files, {
{"kolibrios/games/21days/", PROGS .. "/games/21days/21days"},
})
end -- tup.getconfig('NO_GCC') ~= 'full'
 
-- Skins.