Subversion Repositories Kolibri OS

Rev

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

Rev 5107 Rev 5109
Line 41... Line 41...
41
 {"SETTINGS/PANEL.INI", build_type .. "/settings/panel.ini"},
41
 {"SETTINGS/PANEL.INI", build_type .. "/settings/panel.ini"},
42
 {"SETTINGS/DOCKY.INI", "common/settings/docky.ini"},
42
 {"SETTINGS/DOCKY.INI", "common/settings/docky.ini"},
43
 {"NOTIFY3.PNG", "common/notify3.png"},
43
 {"NOTIFY3.PNG", "common/notify3.png"},
44
 {"SETTINGS/SETUP.DAT", build_type .. "/settings/setup.dat"},
44
 {"SETTINGS/SETUP.DAT", build_type .. "/settings/setup.dat"},
45
 {"VMODE", "common/vmode"},
45
 {"VMODE", "common/vmode"},
46
 {"3D/CUBELINE", PROGS .. "/demos/cubeline/trunk/cubeline"},
-
 
47
 {"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
-
 
48
 {"3D/HOUSE.3DS", "common/3d/house.3ds"},
46
 {"3D/HOUSE.3DS", "common/3d/house.3ds"},
49
 {"DEMOS/AK47.LIF", "common/demos/ak47.lif"},
47
 {"DEMOS/AK47.LIF", "common/demos/ak47.lif"},
50
 {"DEMOS/LIFE2", "common/demos/life2"},
48
 {"DEMOS/LIFE2", "common/demos/life2"},
51
 {"DEMOS/RELAY.LIF", "common/demos/relay.lif"},
49
 {"DEMOS/RELAY.LIF", "common/demos/relay.lif"},
52
 {"DEMOS/RPENTO.LIF", "common/demos/rpento.lif"},
50
 {"DEMOS/RPENTO.LIF", "common/demos/rpento.lif"},
Line 133... Line 131...
133
 {"kolibrios/emul/fceu/", "common/emul/fceu/*"},
131
 {"kolibrios/emul/fceu/", "common/emul/fceu/*"},
134
 {"kolibrios/emul/", "common/emul/gameboy"},
132
 {"kolibrios/emul/", "common/emul/gameboy"},
135
 {"kolibrios/emul/", "common/emul/scummvm"},
133
 {"kolibrios/emul/", "common/emul/scummvm"},
136
 {"kolibrios/emul/", "common/emul/zsnes"},
134
 {"kolibrios/emul/", "common/emul/zsnes"},
137
 {"kolibrios/games/doom/", "common/games/doom/*"},
135
 {"kolibrios/games/doom/", "common/games/doom/*"},
138
 {"kolibrios/games/fara/fara", PROGS .. "/games/fara/trunk/fara"},
-
 
139
 {"kolibrios/games/fara/fara.gfx", "common/games/fara.gfx"},
136
 {"kolibrios/games/fara/fara.gfx", "common/games/fara.gfx"},
140
 {"kolibrios/games/jumpbump/", "common/games/jumpbump/*"},
137
 {"kolibrios/games/jumpbump/", "common/games/jumpbump/*"},
141
 {"kolibrios/games/quake/", "common/games/quake/*"},
138
 {"kolibrios/games/quake/", "common/games/quake/*"},
142
 {"kolibrios/games/lrl/", "common/games/lrl/*"},
139
 {"kolibrios/games/lrl/", "common/games/lrl/*"},
143
 {"kolibrios/lib/avcodec-55.dll", "common/lib/avcodec-55.dll"},
140
 {"kolibrios/lib/avcodec-55.dll", "common/lib/avcodec-55.dll"},
Line 448... Line 445...
448
 {"GRAPH", PROGS .. "/other/graph/graph"},
445
 {"GRAPH", PROGS .. "/other/graph/graph"},
449
 {"TABLE", PROGS .. "/other/table/table"},
446
 {"TABLE", PROGS .. "/other/table/table"},
450
 {"MEDIA/AC97SND", PROGS .. "/media/ac97snd/ac97snd.bin"},
447
 {"MEDIA/AC97SND", PROGS .. "/media/ac97snd/ac97snd.bin"},
451
 {"GAMES/KOSILKA", PROGS .. "/games/kosilka/kosilka"},
448
 {"GAMES/KOSILKA", PROGS .. "/games/kosilka/kosilka"},
452
})
449
})
-
 
450
tup.append_table(iso_files, {
-
 
451
 {"kolibrios/games/fara/fara", PROGS .. "/games/fara/trunk/fara"},
-
 
452
})
453
end -- tup.getconfig('NO_MSVC') ~= 'full'
453
end -- tup.getconfig('NO_MSVC') ~= 'full'
Line 454... Line 454...
454
 
454
 
455
-- Programs that require GCC to compile.
455
-- Programs that require GCC to compile.
456
if tup.getconfig('NO_GCC') ~= 'full' then
456
if tup.getconfig('NO_GCC') ~= 'full' then
-
 
457
tup.append_table(img_files, {
-
 
458
 {"3D/CUBELINE", PROGS .. "/demos/cubeline/trunk/cubeline"},
457
tup.append_table(img_files, {
459
 {"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
458
 {"SHELL", PROGS .. "/system/shell/shell"},
460
 {"SHELL", PROGS .. "/system/shell/shell"},
459
})
461
})
460
tup.append_table(extra_files, {
462
tup.append_table(extra_files, {
461
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
463
 {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},