Subversion Repositories Kolibri OS

Rev

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

Rev 8303 Rev 8318
Line 689... Line 689...
689
 {"kolibrios/games/heliothryx", PROGS .. "/games/heliothryx/heliothryx"},
689
 {"kolibrios/games/heliothryx", PROGS .. "/games/heliothryx/heliothryx"},
690
 {"kolibrios/games/marblematch3", PROGS .. "/games/marblematch3/marblematch3"},
690
 {"kolibrios/games/marblematch3", PROGS .. "/games/marblematch3/marblematch3"},
691
 {"kolibrios/games/nsider", PROGS .. "/games/nsider/nsider"},
691
 {"kolibrios/games/nsider", PROGS .. "/games/nsider/nsider"},
692
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
692
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
693
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
693
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
-
 
694
 {"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"},
694
})
695
})
695
-- For russian build, add russian-only programs.
696
-- For russian build, add russian-only programs.
696
if build_type == "rus" then tup.append_table(extra_files, {
697
if build_type == "rus" then tup.append_table(extra_files, {
697
 {"kolibrios/games/21days", PROGS .. "/games/21days/21days"},
698
 {"kolibrios/games/21days", PROGS .. "/games/21days/21days"},
698
}) end
699
}) end