Software /
code /
clix
File
squishy @ 76:aa672fc46be1
squishy: Add clix.archive
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 25 Jun 2012 02:39:52 +0200 |
parent | 74:4b64a556a2cd |
child | 100:de5abce983d9 |
child | 102:16cdeb9cd879 |
line wrap: on
line source
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"