move cubeline+gears to gcc section, fara to msvc section
git-svn-id: svn://kolibrios.org@5109 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
73c2a1659b
commit
4552643b7d
@ -43,8 +43,6 @@ img_files = {
|
|||||||
{"NOTIFY3.PNG", "common/notify3.png"},
|
{"NOTIFY3.PNG", "common/notify3.png"},
|
||||||
{"SETTINGS/SETUP.DAT", build_type .. "/settings/setup.dat"},
|
{"SETTINGS/SETUP.DAT", build_type .. "/settings/setup.dat"},
|
||||||
{"VMODE", "common/vmode"},
|
{"VMODE", "common/vmode"},
|
||||||
{"3D/CUBELINE", PROGS .. "/demos/cubeline/trunk/cubeline"},
|
|
||||||
{"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
|
|
||||||
{"3D/HOUSE.3DS", "common/3d/house.3ds"},
|
{"3D/HOUSE.3DS", "common/3d/house.3ds"},
|
||||||
{"DEMOS/AK47.LIF", "common/demos/ak47.lif"},
|
{"DEMOS/AK47.LIF", "common/demos/ak47.lif"},
|
||||||
{"DEMOS/LIFE2", "common/demos/life2"},
|
{"DEMOS/LIFE2", "common/demos/life2"},
|
||||||
@ -135,7 +133,6 @@ extra_files = {
|
|||||||
{"kolibrios/emul/", "common/emul/scummvm"},
|
{"kolibrios/emul/", "common/emul/scummvm"},
|
||||||
{"kolibrios/emul/", "common/emul/zsnes"},
|
{"kolibrios/emul/", "common/emul/zsnes"},
|
||||||
{"kolibrios/games/doom/", "common/games/doom/*"},
|
{"kolibrios/games/doom/", "common/games/doom/*"},
|
||||||
{"kolibrios/games/fara/fara", PROGS .. "/games/fara/trunk/fara"},
|
|
||||||
{"kolibrios/games/fara/fara.gfx", "common/games/fara.gfx"},
|
{"kolibrios/games/fara/fara.gfx", "common/games/fara.gfx"},
|
||||||
{"kolibrios/games/jumpbump/", "common/games/jumpbump/*"},
|
{"kolibrios/games/jumpbump/", "common/games/jumpbump/*"},
|
||||||
{"kolibrios/games/quake/", "common/games/quake/*"},
|
{"kolibrios/games/quake/", "common/games/quake/*"},
|
||||||
@ -450,11 +447,16 @@ tup.append_table(img_files, {
|
|||||||
{"MEDIA/AC97SND", PROGS .. "/media/ac97snd/ac97snd.bin"},
|
{"MEDIA/AC97SND", PROGS .. "/media/ac97snd/ac97snd.bin"},
|
||||||
{"GAMES/KOSILKA", PROGS .. "/games/kosilka/kosilka"},
|
{"GAMES/KOSILKA", PROGS .. "/games/kosilka/kosilka"},
|
||||||
})
|
})
|
||||||
|
tup.append_table(iso_files, {
|
||||||
|
{"kolibrios/games/fara/fara", PROGS .. "/games/fara/trunk/fara"},
|
||||||
|
})
|
||||||
end -- tup.getconfig('NO_MSVC') ~= 'full'
|
end -- tup.getconfig('NO_MSVC') ~= 'full'
|
||||||
|
|
||||||
-- Programs that require GCC to compile.
|
-- Programs that require GCC to compile.
|
||||||
if tup.getconfig('NO_GCC') ~= 'full' then
|
if tup.getconfig('NO_GCC') ~= 'full' then
|
||||||
tup.append_table(img_files, {
|
tup.append_table(img_files, {
|
||||||
|
{"3D/CUBELINE", PROGS .. "/demos/cubeline/trunk/cubeline"},
|
||||||
|
{"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
|
||||||
{"SHELL", PROGS .. "/system/shell/shell"},
|
{"SHELL", PROGS .. "/system/shell/shell"},
|
||||||
})
|
})
|
||||||
tup.append_table(extra_files, {
|
tup.append_table(extra_files, {
|
||||||
|
Loading…
Reference in New Issue
Block a user