From 0f7b958798f3b34cc88580f5cc3762853cd17cfb Mon Sep 17 00:00:00 2001 From: Anton_K Date: Wed, 31 Dec 2014 02:17:55 +0000 Subject: [PATCH] Add tupfile to Dungeons git-svn-id: svn://kolibrios.org@5313 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/Dungeons/Tupfile.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 programs/games/Dungeons/Tupfile.lua diff --git a/programs/games/Dungeons/Tupfile.lua b/programs/games/Dungeons/Tupfile.lua new file mode 100644 index 0000000000..f5cb8b6cab --- /dev/null +++ b/programs/games/Dungeons/Tupfile.lua @@ -0,0 +1,2 @@ +if tup.getconfig("NO_FASM") ~= "" then return end +tup.rule({"Dungeons.asm"}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "Dungeons")