Subversion Repositories Kolibri OS

Rev

Rev 5228 | Rev 5236 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5228 Rev 5233
Line 466... Line 466...
466
 {"SHELL", PROGS .. "/system/shell/shell"},
466
 {"SHELL", PROGS .. "/system/shell/shell"},
467
})
467
})
468
tup.append_table(extra_files, {
468
tup.append_table(extra_files, {
469
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
469
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
470
 {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
470
 {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
-
 
471
 {"kolibrios/games/2048/", PROGS .. "/games/2048/2048"},
471
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
472
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
472
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
473
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
473
})
474
})
474
end -- tup.getconfig('NO_GCC') ~= 'full'
475
end -- tup.getconfig('NO_GCC') ~= 'full'