squishy

Sun, 30 May 2010 02:56:40 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 30 May 2010 02:56:40 +0100
changeset 35
37540f89d4e2
parent 29
1003e44cf3b0
child 48
8206f3369d37
permissions
-rw-r--r--

clix.lua: Hook Verse's new 'ready' event instead of 'binding-success' and switch to 'bind-failure' for hooking resource bind failures

Module "clix.send" "clix/send.lua"
Module "clix.receive" "clix/receive.lua"
Module "clix.version" "clix/version.lua"
Module "clix.bounce" "clix/bounce.lua"
Module "clix.mirror" "clix/mirror.lua"
Module "clix.raw" "clix/raw.lua"

if GetOption "with-verse" then
	Module("verse")(GetOption "with-verse");
end

Main "clix.lua"

Option "executable"
Output "clix.bin"

mercurial