squishy

Thu, 28 Jun 2012 11:32:08 +0200

author
Kim Alvefur <zash@zash.se>
date
Thu, 28 Jun 2012 11:32:08 +0200
changeset 80
ae77d9c41f4f
parent 76
aa672fc46be1
child 100
de5abce983d9
child 104
16cdeb9cd879
permissions
-rw-r--r--

clix.archive: The world doesn't revolve around us.

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

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