squishy

Sun, 24 Aug 2014 20:34:04 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 24 Aug 2014 20:34:04 +0100
changeset 103
45843df81db0
parent 102
f1166645a56c
child 122
1dfd28db10bd
permissions
-rw-r--r--

sendfilecontent: Fix indentation and show error if file cannot be opened

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