Subversion Repositories Kolibri OS

Rev

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

Rev 5233 Rev 5236
Line 467... Line 467...
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/2048/", PROGS .. "/games/2048/2048"},
-
 
472
 {"kolibrios/games/marblematch3/", PROGS .. "/games/marblematch3/marblematch3"},
472
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
473
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
473
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
474
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
474
})
475
})
475
end -- tup.getconfig('NO_GCC') ~= 'full'
476
end -- tup.getconfig('NO_GCC') ~= 'full'