squishy

Tue, 12 Jan 2010 02:17:03 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 12 Jan 2010 02:17:03 +0000
changeset 26
028c5ffc6d7c
parent 16
3a1c076d9382
child 29
1003e44cf3b0
permissions
-rw-r--r--

squish: Add --with-verse option to allow packing verse in as well

16
3a1c076d9382 Rename command 'message'->'send' and add 'receive' to the squishy file
Matthew Wild <mwild1@gmail.com>
parents: 1
diff changeset
1 Module "clix.send" "clix/send.lua"
3a1c076d9382 Rename command 'message'->'send' and add 'receive' to the squishy file
Matthew Wild <mwild1@gmail.com>
parents: 1
diff changeset
2 Module "clix.receive" "clix/receive.lua"
0
ae83411a89c9 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 Module "clix.version" "clix/version.lua"
ae83411a89c9 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4
26
028c5ffc6d7c squish: Add --with-verse option to allow packing verse in as well
Matthew Wild <mwild1@gmail.com>
parents: 16
diff changeset
5 if GetOption "with-verse" then
028c5ffc6d7c squish: Add --with-verse option to allow packing verse in as well
Matthew Wild <mwild1@gmail.com>
parents: 16
diff changeset
6 Module("verse")(GetOption "with-verse");
028c5ffc6d7c squish: Add --with-verse option to allow packing verse in as well
Matthew Wild <mwild1@gmail.com>
parents: 16
diff changeset
7 end
028c5ffc6d7c squish: Add --with-verse option to allow packing verse in as well
Matthew Wild <mwild1@gmail.com>
parents: 16
diff changeset
8
0
ae83411a89c9 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9 Main "clix.lua"
1
58c694492459 squish: Fix name conflict with clix directory
Matthew Wild <mwild1@gmail.com>
parents: 0
diff changeset
10
58c694492459 squish: Fix name conflict with clix directory
Matthew Wild <mwild1@gmail.com>
parents: 0
diff changeset
11 Option "executable"
58c694492459 squish: Fix name conflict with clix directory
Matthew Wild <mwild1@gmail.com>
parents: 0
diff changeset
12 Output "clix.bin"

mercurial