squishy

Mon, 25 Jun 2012 02:37:20 +0200

author
Kim Alvefur <zash@zash.se>
date
Mon, 25 Jun 2012 02:37:20 +0200
changeset 74
4b64a556a2cd
parent 73
1032eddcf35b
child 76
aa672fc46be1
permissions
-rw-r--r--

squishy: Add publish_atom and sendfile

local commands = {
	"send";
	"receive";
	"version";
	"bounce";
	"mirror";
	"raw";
	"roster";
	"export";
	"vcard";
	"publish_atom";
	"sendfile";
}

for _, cmd in ipairs(commands) do
	Module("clix."..cmd)("clix/"..cmd..".lua")
end

if GetOption "with-verse" then
	Module("verse")(GetOption "with-verse");
end

Main "clix.lua"

Option "executable"
Output "clix.bin"

mercurial