Subversion Repositories Kolibri OS

Rev

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

Rev 9236 Rev 9238
Line 728... Line 728...
728
tup.append_table(extra_files, {
728
tup.append_table(extra_files, {
729
-- {"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
729
-- {"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
730
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
730
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
731
 {"kolibrios/emul/uarm/", "../contrib/other/uarm/uARM"},
731
 {"kolibrios/emul/uarm/", "../contrib/other/uarm/uARM"},
732
 {"kolibrios/games/2048", PROGS .. "/games/2048/2048"},
732
 {"kolibrios/games/2048", PROGS .. "/games/2048/2048"},
-
 
733
 {"kolibrios/games/checkers", PROGS .. "/games/checkers/trunk/checkers"},
733
 {"kolibrios/games/donkey", PROGS .. "/games/donkey/donkey"},
734
 {"kolibrios/games/donkey", PROGS .. "/games/donkey/donkey"},
734
 {"kolibrios/games/heliothryx", PROGS .. "/games/heliothryx/heliothryx"},
735
 {"kolibrios/games/heliothryx", PROGS .. "/games/heliothryx/heliothryx"},
735
 {"kolibrios/games/marblematch3", PROGS .. "/games/marblematch3/marblematch3"},
736
 {"kolibrios/games/marblematch3", PROGS .. "/games/marblematch3/marblematch3"},
736
 {"kolibrios/games/nsider", PROGS .. "/games/nsider/nsider"},
737
 {"kolibrios/games/nsider", PROGS .. "/games/nsider/nsider"},
737
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
738
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
738
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
739
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
739
 {"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"},
740
 {"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"},
740
 {"kolibrios/games/", PROGS .. "/games/checkers/trunk/checkers"},
741
 {"kolibrios/games/tyrian/", "common/games/tyrian/*"},
-
 
742
 {"kolibrios/games/tyrian/data/", "common/games/tyrian/data/*"},
741
 {"kolibrios/games/wolf3d/", "../contrib/games/wolf3d/wolf3d"},
743
 {"kolibrios/games/wolf3d/", "../contrib/games/wolf3d/wolf3d"},
742
 {"kolibrios/games/wolf3d/", "common/games/wolf3d/*"},
744
 {"kolibrios/games/wolf3d/", "common/games/wolf3d/*"},
743
 {"kolibrios/develop/lua/lua", "../contrib/other/lua-5.2.0/lua"},
745
 {"kolibrios/develop/lua/lua", "../contrib/other/lua-5.2.0/lua"},
744
 {"kolibrios/develop/lua/calc.lua", "../contrib/other/lua-5.2.0/calc.lua"},
746
 {"kolibrios/develop/lua/calc.lua", "../contrib/other/lua-5.2.0/calc.lua"},
745
 {"kolibrios/develop/lua/console.lua", "../contrib/other/lua-5.2.0/console.lua"},
747
 {"kolibrios/develop/lua/console.lua", "../contrib/other/lua-5.2.0/console.lua"},