Subversion Repositories Kolibri OS

Rev

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

Rev 5227 Rev 5228
Line 134... Line 134...
134
 {"kolibrios/emul/fceu/", "common/emul/fceu/*"},
134
 {"kolibrios/emul/fceu/", "common/emul/fceu/*"},
135
 {"kolibrios/emul/", "common/emul/gameboy"},
135
 {"kolibrios/emul/", "common/emul/gameboy"},
136
 {"kolibrios/emul/", "common/emul/scummvm"},
136
 {"kolibrios/emul/", "common/emul/scummvm"},
137
 {"kolibrios/emul/", "common/emul/zsnes"},
137
 {"kolibrios/emul/", "common/emul/zsnes"},
138
 {"kolibrios/games/doom/", "common/games/doom/*"},
138
 {"kolibrios/games/doom/", "common/games/doom/*"},
139
 {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
-
 
140
 {"kolibrios/games/fara/fara.gfx", "common/games/fara.gfx"},
139
 {"kolibrios/games/fara/fara.gfx", "common/games/fara.gfx"},
141
 {"kolibrios/games/jumpbump/", "common/games/jumpbump/*"},
140
 {"kolibrios/games/jumpbump/", "common/games/jumpbump/*"},
142
 {"kolibrios/games/lrl/", "common/games/lrl/*"},
141
 {"kolibrios/games/lrl/", "common/games/lrl/*"},
143
 {"kolibrios/lib/avcodec-55.dll", "common/lib/avcodec-55.dll"},
142
 {"kolibrios/lib/avcodec-55.dll", "common/lib/avcodec-55.dll"},
144
 {"kolibrios/lib/avdevice-55.dll", "common/lib/avdevice-55.dll"},
143
 {"kolibrios/lib/avdevice-55.dll", "common/lib/avdevice-55.dll"},
Line 466... Line 465...
466
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
465
 {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
467
 {"SHELL", PROGS .. "/system/shell/shell"},
466
 {"SHELL", PROGS .. "/system/shell/shell"},
468
})
467
})
469
tup.append_table(extra_files, {
468
tup.append_table(extra_files, {
470
 {"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"},
471
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
471
 {"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"},
472
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
473
})
473
})
474
end -- tup.getconfig('NO_GCC') ~= 'full'
474
end -- tup.getconfig('NO_GCC') ~= 'full'