games/max-freecell (replace freecell in IMG) (#398)
Freecell card game. Put into IMG, as a replacement to current one, cause it have smaller binary size. Co-authored-by: Burer <burer@kolibrios.org> Reviewed-on: #398 Reviewed-by: Burer <burer@noreply.localhost> Co-authored-by: Max <mad.max0@op.pl> Co-committed-by: Max <mad.max0@op.pl>
This commit is contained in:
+2
-1
@@ -492,7 +492,7 @@ tup.append_table(img_files, {
|
||||
{"File Managers/OPENDIAL", VAR_PROGS .. "/fs/opendial/opendial"},
|
||||
{"LOD", VAR_PROGS .. "/fs/lod/lod"},
|
||||
{"GAMES/15", VAR_PROGS .. "/games/15/15"},
|
||||
{"GAMES/FREECELL", VAR_PROGS .. "/games/freecell/freecell"},
|
||||
{"GAMES/FREECELL", VAR_PROGS .. "/games/max-freecell/freecell"},
|
||||
{"GAMES/GOMOKU", VAR_PROGS .. "/games/gomoku/gomoku"},
|
||||
{"GAMES/LIGHTS", VAR_PROGS .. "/games/sq_game/SQ_GAME"},
|
||||
{"GAMES/LINES", VAR_PROGS .. "/games/lines/lines"},
|
||||
@@ -773,6 +773,7 @@ tup.append_table(extra_files, {
|
||||
{"kolibrios/games/fridge/", VAR_PROGS .. "/games/fridge/fridge"},
|
||||
{"kolibrios/games/solitare", VAR_PROGS .. "/games/solitare/solitare"},
|
||||
{"kolibrios/games/arkanoid", VAR_PROGS .. "/games/arkanoid/arkanoid"},
|
||||
{"kolibrios/games/freecell", VAR_PROGS .. "/games/freecell/freecell"},
|
||||
{"kolibrios/develop/lua/lua", VAR_CONTRIB .. "/other/lua-5.2.0/lua"},
|
||||
{"kolibrios/develop/lua/calc.lua", "../contrib/other/lua-5.2.0/calc.lua"},
|
||||
{"kolibrios/develop/lua/console.lua", "../contrib/other/lua-5.2.0/console.lua"},
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
||||
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||
tup.rule("freecell.asm", FASM .. " -dlang=" .. tup.getconfig("LANG") .. " %f %o " .. tup.getconfig("KPACK_CMD"), "freecell")
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user