Subversion Repositories Kolibri OS

Rev

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

Rev 8651 Rev 8652
Line 717... Line 717...
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"},
722
 {"kolibrios/games/wolf3d/", "../contrib/games/wolf3d/bin/wolf3d"},
723
 {"kolibrios/games/wolf3d/, common/games/wolf3d/*wl6"},
723
 {"kolibrios/games/wolf3d/", "common/games/wolf3d/*wl6"},
724
})
724
})
725
-- For russian build, add russian-only programs.
725
-- For russian build, add russian-only programs.
726
if build_type == "rus" then tup.append_table(extra_files, {
726
if build_type == "rus" then tup.append_table(extra_files, {
727
 {"kolibrios/games/21days", PROGS .. "/games/21days/21days"},
727
 {"kolibrios/games/21days", PROGS .. "/games/21days/21days"},
728
}) end
728
}) end