Moved Heliothryx to "Programs that require GCC to compile" section

git-svn-id: svn://kolibrios.org@5228 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
alpine 2014-12-08 19:49:22 +00:00
parent 3cddbdb3d5
commit c6b5941cbe

View File

@ -136,7 +136,6 @@ extra_files = {
{"kolibrios/emul/", "common/emul/scummvm"},
{"kolibrios/emul/", "common/emul/zsnes"},
{"kolibrios/games/doom/", "common/games/doom/*"},
{"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
{"kolibrios/games/fara/fara.gfx", "common/games/fara.gfx"},
{"kolibrios/games/jumpbump/", "common/games/jumpbump/*"},
{"kolibrios/games/lrl/", "common/games/lrl/*"},
@ -468,6 +467,7 @@ tup.append_table(img_files, {
})
tup.append_table(extra_files, {
{"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
{"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"},
{"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
{"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
})