pokeemerald/tools/gbagfx
garakmon 13ed20c6e3 compiler fixes
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.
2018-06-16 18:49:27 -04:00
..
.gitignore adding tools from pokeruby 2017-12-03 19:55:01 -06:00
convert_png.c dumped most of pokenav.s 2018-01-15 23:38:10 -05:00
convert_png.h adding tools from pokeruby 2017-12-03 19:55:01 -06:00
font.c adding tools from pokeruby 2017-12-03 19:55:01 -06:00
font.h adding tools from pokeruby 2017-12-03 19:55:01 -06:00
gfx.c adding tools from pokeruby 2017-12-03 19:55:01 -06:00
gfx.h adding tools from pokeruby 2017-12-03 19:55:01 -06:00
global.h adding tools from pokeruby 2017-12-03 19:55:01 -06:00
jasc_pal.c adding tools from pokeruby 2017-12-03 19:55:01 -06:00
jasc_pal.h adding tools from pokeruby 2017-12-03 19:55:01 -06:00
LICENSE adding tools from pokeruby 2017-12-03 19:55:01 -06:00
lz.c adding tools from pokeruby 2017-12-03 19:55:01 -06:00
lz.h adding tools from pokeruby 2017-12-03 19:55:01 -06:00
main.c adding tools from pokeruby 2017-12-03 19:55:01 -06:00
Makefile compiler fixes 2018-06-16 18:49:27 -04:00
rl.c adding tools from pokeruby 2017-12-03 19:55:01 -06:00
rl.h adding tools from pokeruby 2017-12-03 19:55:01 -06:00
util.c adding tools from pokeruby 2017-12-03 19:55:01 -06:00
util.h adding tools from pokeruby 2017-12-03 19:55:01 -06:00