Wolfenstein 3D:
- Added game to distr git-svn-id: svn://kolibrios.org@8650 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
3729497584
commit
9105a7ac18
@ -718,7 +718,9 @@ tup.append_table(extra_files, {
|
||||
{"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
|
||||
{"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
|
||||
{"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"},
|
||||
{"kolibrios/games/", PROGS .. "/games/checkers/trunk/checkers"}
|
||||
{"kolibrios/games/", PROGS .. "/games/checkers/trunk/checkers"},
|
||||
{"kolibrios/games/wolf3d, ../contrib/games/wolf3d/bin/wolf3d"},
|
||||
{"kolibrios/games/wolf3d, ../contrib/games/wolf3d/bin/*.wl6"},
|
||||
})
|
||||
-- For russian build, add russian-only programs.
|
||||
if build_type == "rus" then tup.append_table(extra_files, {
|
||||
|
Loading…
Reference in New Issue
Block a user