New game #348

Open
Max wants to merge 20 commits from Max/kolibrios:max-patch-1 into main
Showing only changes of commit 4495fd5981 - Show all commits

View File

@@ -1,7 +1,2 @@
if tup.getconfig("NO_FASM") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
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("solitare.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "solitare")
tup.rule("solitare.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "solitare")