forked from KolibriOS/kolibrios
Fix autobuild for dino
This commit is contained in:
@@ -39,7 +39,6 @@ img_files = {
|
|||||||
{"3D/HOUSE.3DS", "common/3d/house.3ds"},
|
{"3D/HOUSE.3DS", "common/3d/house.3ds"},
|
||||||
{"File Managers/ICONS.INI", "common/File Managers/icons.ini"},
|
{"File Managers/ICONS.INI", "common/File Managers/icons.ini"},
|
||||||
{"GAMES/FLPYBIRD", SRC_PROGS .. "/games/flappybird/Release/flappybird"},
|
{"GAMES/FLPYBIRD", SRC_PROGS .. "/games/flappybird/Release/flappybird"},
|
||||||
{"GAMES/DINO", SRC_PROGS .. "/games/dino/dino"},
|
|
||||||
{"FONTS/TAHOMA.KF", "common/fonts/tahoma.kf"},
|
{"FONTS/TAHOMA.KF", "common/fonts/tahoma.kf"},
|
||||||
-- {"LIB/ICONV.OBJ", "common/lib/iconv.obj"},
|
-- {"LIB/ICONV.OBJ", "common/lib/iconv.obj"},
|
||||||
{"LIB/KMENU.OBJ", "common/lib/kmenu.obj"},
|
{"LIB/KMENU.OBJ", "common/lib/kmenu.obj"},
|
||||||
@@ -476,6 +475,7 @@ tup.append_table(img_files, {
|
|||||||
{"File Managers/KFAR", VAR_PROGS .. "/fs/kfar/trunk/kfar"},
|
{"File Managers/KFAR", VAR_PROGS .. "/fs/kfar/trunk/kfar"},
|
||||||
{"File Managers/OPENDIAL", VAR_PROGS .. "/fs/opendial/opendial"},
|
{"File Managers/OPENDIAL", VAR_PROGS .. "/fs/opendial/opendial"},
|
||||||
{"GAMES/15", VAR_PROGS .. "/games/15/trunk/15"},
|
{"GAMES/15", VAR_PROGS .. "/games/15/trunk/15"},
|
||||||
|
{"GAMES/DINO", VAR_PROGS .. "/games/dino/dino"},
|
||||||
{"GAMES/FREECELL", VAR_PROGS .. "/games/freecell/freecell"},
|
{"GAMES/FREECELL", VAR_PROGS .. "/games/freecell/freecell"},
|
||||||
{"GAMES/GOMOKU", VAR_PROGS .. "/games/gomoku/trunk/gomoku"},
|
{"GAMES/GOMOKU", VAR_PROGS .. "/games/gomoku/trunk/gomoku"},
|
||||||
{"GAMES/LIGHTS", VAR_PROGS .. "/games/sq_game/trunk/SQ_GAME"},
|
{"GAMES/LIGHTS", VAR_PROGS .. "/games/sq_game/trunk/SQ_GAME"},
|
||||||
|
@@ -6,17 +6,17 @@ end
|
|||||||
tup.include(HELPERDIR .. "/use_tcc.lua")
|
tup.include(HELPERDIR .. "/use_tcc.lua")
|
||||||
|
|
||||||
SRCS = {
|
SRCS = {
|
||||||
"cloud.c"
|
"cloud.c",
|
||||||
"game_over_panel.c"
|
"game_over_panel.c",
|
||||||
"horizon.c"
|
"horizon.c",
|
||||||
"main.c"
|
"main.c",
|
||||||
"obstacle.c"
|
"obstacle.c",
|
||||||
"trex.c"
|
"trex.c",
|
||||||
"distance_meter.c"
|
"distance_meter.c",
|
||||||
"graphics.c"
|
"graphics.c",
|
||||||
"horizon_line.c"
|
"horizon_line.c",
|
||||||
"misc.c"
|
"misc.c",
|
||||||
"runner.c"
|
"runner.c",
|
||||||
"ulist.c"
|
"ulist.c"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user