forked from KolibriOS/kolibrios
revert normal game names
git-svn-id: svn://kolibrios.org@7531 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
70041648fd
commit
b57b1483b3
@ -630,17 +630,17 @@ tup.append_table(img_files, {
|
|||||||
tup.append_table(extra_files, {
|
tup.append_table(extra_files, {
|
||||||
{"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
|
{"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
|
||||||
{"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
|
{"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
|
||||||
{"kolibrios/games/2048game", PROGS .. "/games/2048/2048"},
|
{"kolibrios/games/2048", PROGS .. "/games/2048/2048"},
|
||||||
{"kolibrios/games/donkey", PROGS .. "/games/donkey/donkey"},
|
{"kolibrios/games/donkey", PROGS .. "/games/donkey/donkey"},
|
||||||
{"kolibrios/games/heliothryx1", PROGS .. "/games/heliothryx/heliothryx"},
|
{"kolibrios/games/heliothryx", PROGS .. "/games/heliothryx/heliothryx"},
|
||||||
{"kolibrios/games/marblematch31", PROGS .. "/games/marblematch3/marblematch3"},
|
{"kolibrios/games/marblematch3", PROGS .. "/games/marblematch3/marblematch3"},
|
||||||
{"kolibrios/games/nsider1", PROGS .. "/games/nsider/nsider"},
|
{"kolibrios/games/nsider", PROGS .. "/games/nsider/nsider"},
|
||||||
{"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
|
{"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/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
|
||||||
})
|
})
|
||||||
-- For russian build, add russian-only programs.
|
-- For russian build, add russian-only programs.
|
||||||
if build_type == "rus" then tup.append_table(extra_files, {
|
if build_type == "rus" then tup.append_table(extra_files, {
|
||||||
{"kolibrios/games/21days1", PROGS .. "/games/21days/21days"},
|
{"kolibrios/games/21days", PROGS .. "/games/21days/21days"},
|
||||||
}) end
|
}) end
|
||||||
end -- tup.getconfig('NO_GCC') ~= 'full'
|
end -- tup.getconfig('NO_GCC') ~= 'full'
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ window_title=KolibriOS Game Center
|
|||||||
default_icon=35
|
default_icon=35
|
||||||
|
|
||||||
[Casual]
|
[Casual]
|
||||||
2048=/k/games/2048game,53
|
2048=/k/games/2048,53
|
||||||
Fara=/k/games/fara/fara,42
|
Fara=/k/games/fara/fara,42
|
||||||
MarbleMatch=/k/games/marblematch3
|
MarbleMatch=/k/games/marblematch3
|
||||||
Tetris=games/tetris,47
|
Tetris=games/tetris,47
|
||||||
|
@ -4,7 +4,7 @@ window_title=
|
|||||||
default_icon=35
|
default_icon=35
|
||||||
|
|
||||||
[Casual]
|
[Casual]
|
||||||
2048=/k/games/2048game,53
|
2048=/k/games/2048,53
|
||||||
Fara=/k/games/fara/fara,42
|
Fara=/k/games/fara/fara,42
|
||||||
MarbleMatch=/k/games/marblematch3
|
MarbleMatch=/k/games/marblematch3
|
||||||
Tetris=games/tetris,47
|
Tetris=games/tetris,47
|
||||||
|
Loading…
Reference in New Issue
Block a user