Commit Graph

3 Commits

Author SHA1 Message Date
Scott Ludwig
f2289c40ac Make data assets buildable on Linux
- Buildable on OSX and Linux now
- Fixed filename casing mismatches
- Inicrunch fixes, osx and linux versions, added Makefile

Note: gnu's cpp doesn't understand the -Wno-invalid-pp-token flag,
the absence of which causes ignorable preprocessing warnings on
strings with unmatched quotes.
2016-01-21 19:06:42 -08:00
Scott Ludwig
a0f077cb1a Add -Wno-invalid-pp-token -Wno-trigraphs to data preprocess step
This tells the .lvl preprocess step to ignore things like single quotes in text,
and char sequences that look like trigraphs but aren't.
2016-01-20 22:53:13 -08:00
Darrin Massena
f4c0203914 initial commit 2014-07-06 17:47:28 -07:00