forked from KolibriOS/kolibrios
switch games/reversi to auto-built version
git-svn-id: svn://kolibrios.org@5111 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e0ee0cbf0f
commit
c98f34b54d
@ -53,7 +53,6 @@ img_files = {
|
|||||||
{"File Managers/KFM.INI", "common/File Managers/kfm.ini"},
|
{"File Managers/KFM.INI", "common/File Managers/kfm.ini"},
|
||||||
{"GAMES/CHECKERS", build_type .. "/games/checkers"},
|
{"GAMES/CHECKERS", build_type .. "/games/checkers"},
|
||||||
{"GAMES/MEGAMAZE", build_type .. "/games/megamaze"},
|
{"GAMES/MEGAMAZE", build_type .. "/games/megamaze"},
|
||||||
{"GAMES/REVERSI", build_type .. "/games/reversi"},
|
|
||||||
{"GAMES/RFORCES", build_type .. "/games/rforces"},
|
{"GAMES/RFORCES", build_type .. "/games/rforces"},
|
||||||
{"GAMES/XONIX", build_type .. "/games/xonix"},
|
{"GAMES/XONIX", build_type .. "/games/xonix"},
|
||||||
{"LIB/PIXLIB.OBJ", "common/lib/pixlib.obj"},
|
{"LIB/PIXLIB.OBJ", "common/lib/pixlib.obj"},
|
||||||
@ -457,6 +456,7 @@ if tup.getconfig('NO_GCC') ~= 'full' then
|
|||||||
tup.append_table(img_files, {
|
tup.append_table(img_files, {
|
||||||
{"3D/CUBELINE", PROGS .. "/demos/cubeline/trunk/cubeline"},
|
{"3D/CUBELINE", PROGS .. "/demos/cubeline/trunk/cubeline"},
|
||||||
{"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
|
{"3D/GEARS", PROGS .. "/demos/gears/trunk/gears"},
|
||||||
|
{"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
|
||||||
{"SHELL", PROGS .. "/system/shell/shell"},
|
{"SHELL", PROGS .. "/system/shell/shell"},
|
||||||
})
|
})
|
||||||
tup.append_table(extra_files, {
|
tup.append_table(extra_files, {
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user