summaryrefslogtreecommitdiff
path: root/tools/preproc
AgeCommit message (Collapse)Author
2018-09-06Update scaninc and preproc with multi-file incbinsDiegoisawesome
2018-08-07Merge pull request #3 from pret/masterGarak
syncing with source repo
2018-07-29Port over ↵einstein95
https://github.com/pret/pokeruby/commit/9d96147bbf8dabc2a28105d73905808e70b73b0f
2018-06-16compiler fixesgarakmon
The compiler flag -s is not necessary and causes build failure on some systems (macOS, clang compilers) due to it being deprecated. Additionally, on those same systems, tools/aif2pcm/main.c failed to compile due to an overly cautious compiler not liking some struct declarations. These changes afaik do not affect other builds.
2017-12-03adding tools from pokerubyxenonnsmb