squishy

Mon, 08 Sep 2014 12:20:24 +0200

author
Kim Alvefur <zash@zash.se>
date
Mon, 08 Sep 2014 12:20:24 +0200
changeset 122
1dfd28db10bd
parent 102
f1166645a56c
parent 109
67ff8f55db4a
child 139
6909e479c56b
permissions
-rw-r--r--

Merge with MattJ

local commands = {
	"send";
	"sendfilecontent";
	"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