games/arkanoid: code cleanup and formatting
This commit is contained in:
@@ -771,6 +771,7 @@ tup.append_table(extra_files, {
|
||||
{"kolibrios/games/marblematch3", VAR_PROGS .. "/games/marblematch3/marblematch3"},
|
||||
{"kolibrios/games/nsider", VAR_PROGS .. "/games/nsider/nsider"},
|
||||
{"kolibrios/games/fridge/", VAR_PROGS .. "/games/fridge/fridge"},
|
||||
{"kolibrios/games/arkanoid", VAR_PROGS .. "/games/arkanoid/arkanoid"},
|
||||
{"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"},
|
||||
|
||||
@@ -3,5 +3,4 @@ HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HEL
|
||||
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||
add_include(tup.getvariantdir())
|
||||
|
||||
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "en_US" or tup.getconfig("LANG")) .. " > %o", {"lang.inc"})
|
||||
tup.rule("arkanoid.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "arkanoid")
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user