Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8862 → Rev 8861

/data/Tupfile.lua
696,7 → 696,6
if tup.getconfig('NO_TCC') ~= 'full' then
tup.append_table(img_files, {
{"NETWORK/WHOIS", PROGS .. "/network/whois/whois"},
{"SHELL", PROGS .. "/system/shell/shell"},
-- {"NETWORK/WEATHER", PROGS .. "/other/Weather/weather"},
})
tup.append_table(extra_files, {
715,6 → 714,7
if tup.getconfig('NO_GCC') ~= 'full' then
tup.append_table(img_files, {
{"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
{"SHELL", PROGS .. "/system/shell/shell"},
{"LIB/LIBC.OBJ", PROGS .. "/develop/ktcc/trunk/libc.obj/source/libc.obj"},
})
tup.append_table(extra_files, {