# HG changeset patch # User Matthew Wild # Date 1263262623 0 # Node ID 028c5ffc6d7c13485bddaed1d64a0285e3a44901 # Parent db6e92989c411cf239b4bd52cc187d7ddbcfac4b squish: Add --with-verse option to allow packing verse in as well diff -r db6e92989c41 -r 028c5ffc6d7c squishy --- 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"