Subversion Repositories Kolibri OS

Rev

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

Rev 5109 Rev 5110
Line 445... Line 445...
445
 {"GRAPH", PROGS .. "/other/graph/graph"},
445
 {"GRAPH", PROGS .. "/other/graph/graph"},
446
 {"TABLE", PROGS .. "/other/table/table"},
446
 {"TABLE", PROGS .. "/other/table/table"},
447
 {"MEDIA/AC97SND", PROGS .. "/media/ac97snd/ac97snd.bin"},
447
 {"MEDIA/AC97SND", PROGS .. "/media/ac97snd/ac97snd.bin"},
448
 {"GAMES/KOSILKA", PROGS .. "/games/kosilka/kosilka"},
448
 {"GAMES/KOSILKA", PROGS .. "/games/kosilka/kosilka"},
449
})
449
})
450
tup.append_table(iso_files, {
450
tup.append_table(extra_files, {
451
 {"kolibrios/games/fara/fara", PROGS .. "/games/fara/trunk/fara"},
451
 {"kolibrios/games/fara/fara", PROGS .. "/games/fara/trunk/fara"},
452
})
452
})
453
end -- tup.getconfig('NO_MSVC') ~= 'full'
453
end -- tup.getconfig('NO_MSVC') ~= 'full'
Line 454... Line 454...
454
 
454