squishy

changeset 26
028c5ffc6d7c
parent 16
3a1c076d9382
child 29
1003e44cf3b0
--- a/squishy	Thu Jan 07 22:25:28 2010 +0000
+++ b/squishy	Tue Jan 12 02:17:03 2010 +0000
@@ -2,6 +2,10 @@
 Module "clix.receive" "clix/receive.lua"
 Module "clix.version" "clix/version.lua"
 
+if GetOption "with-verse" then
+	Module("verse")(GetOption "with-verse");
+end
+
 Main "clix.lua"
 
 Option "executable"

mercurial