squishy

Mon, 01 Apr 2013 21:29:59 +0200

author
Kim Alvefur <zash@zash.se>
date
Mon, 01 Apr 2013 21:29:59 +0200
changeset 109
67ff8f55db4a
parent 104
16cdeb9cd879
parent 100
de5abce983d9
child 122
1dfd28db10bd
permissions
-rw-r--r--

Merge with MattJ

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

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