squishy

Tue, 11 Sep 2018 20:59:11 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 11 Sep 2018 20:59:11 +0100
changeset 121
b09433ea9b0c
parent 120
c35386e4b456
child 139
70c7c015384a
permissions
-rw-r--r--

squishy: Add support for optionally building with bundled verse

74
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 Main "main.lua"
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 Output "scansion.bin"
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 Option "executable"
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6 Module "scansion.async"
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 Module "scansion.error"
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8 Module "scansion.parser"
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9 Module "scansion.iterators"
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
10 Module "scansion.objects.client"
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
11 Module "scansion.queue"
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
12 Module "scansion.stanzacmp"
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
13 Module "scansion.xml"
120
c35386e4b456 squishy: Add new modules 'console' and 'pretty'
Matthew Wild <mwild1@gmail.com>
parents: 74
diff changeset
14 Module "scansion.console"
c35386e4b456 squishy: Add new modules 'console' and 'pretty'
Matthew Wild <mwild1@gmail.com>
parents: 74
diff changeset
15 Module "scansion.pretty"
74
b3f2711684a7 Add Makefile and other files for building
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
16
121
b09433ea9b0c squishy: Add support for optionally building with bundled verse
Matthew Wild <mwild1@gmail.com>
parents: 120
diff changeset
17 if GetOption "with-verse" then
b09433ea9b0c squishy: Add support for optionally building with bundled verse
Matthew Wild <mwild1@gmail.com>
parents: 120
diff changeset
18 Module "verse"
b09433ea9b0c squishy: Add support for optionally building with bundled verse
Matthew Wild <mwild1@gmail.com>
parents: 120
diff changeset
19 end

mercurial