Subversion Repositories Kolibri OS

Rev

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

Rev 8589 Rev 8650
Line 716... Line 716...
716
 {"kolibrios/games/marblematch3", PROGS .. "/games/marblematch3/marblematch3"},
716
 {"kolibrios/games/marblematch3", PROGS .. "/games/marblematch3/marblematch3"},
717
 {"kolibrios/games/nsider", PROGS .. "/games/nsider/nsider"},
717
 {"kolibrios/games/nsider", PROGS .. "/games/nsider/nsider"},
718
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
718
 {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
719
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
719
 {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
720
 {"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"},
720
 {"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"},
721
 {"kolibrios/games/", PROGS .. "/games/checkers/trunk/checkers"}
721
 {"kolibrios/games/", PROGS .. "/games/checkers/trunk/checkers"},
-
 
722
 {"kolibrios/games/wolf3d, ../contrib/games/wolf3d/bin/wolf3d"},
-
 
723
 {"kolibrios/games/wolf3d, ../contrib/games/wolf3d/bin/*.wl6"},
722
})
724
})
723
-- For russian build, add russian-only programs.
725
-- For russian build, add russian-only programs.
724
if build_type == "rus" then tup.append_table(extra_files, {
726
if build_type == "rus" then tup.append_table(extra_files, {
725
 {"kolibrios/games/21days", PROGS .. "/games/21days/21days"},
727
 {"kolibrios/games/21days", PROGS .. "/games/21days/21days"},
726
}) end
728
}) end