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