pokeruby/tools/rsfont
yenatch 2eabe20a65 Reorder LIBS in rsfont and gbagfx.
20:48    asperguy| Also, the order of LIBS is wrong in the rsfont and gbagfx makefiles. It should be -lpng -lz.
20:50    asperguy| I get undefined references unless I swap them. Order does matter. See this stackoverflow post for an explanation. http://stackoverflow.com/questions/2395355/linking-with-libpng-zlib

In case the stackoverflow link dies, it says the linker will not realize zlib is actually needed unless libpng comes first, because they are static archives.
2016-07-22 00:00:53 -04:00
..
.gitignore text.c 2016-05-30 02:19:25 -07:00
convert_png.c text.c 2016-05-30 02:19:25 -07:00
convert_png.h text.c 2016-05-30 02:19:25 -07:00
font.c fix rsfont 2016-06-11 13:23:39 -07:00
font.h text.c 2016-05-30 02:19:25 -07:00
gfx.h text.c 2016-05-30 02:19:25 -07:00
global.h text.c 2016-05-30 02:19:25 -07:00
LICENSE text.c 2016-05-30 02:19:25 -07:00
main.c text.c 2016-05-30 02:19:25 -07:00
Makefile Reorder LIBS in rsfont and gbagfx. 2016-07-22 00:00:53 -04:00
util.c text.c 2016-05-30 02:19:25 -07:00
util.h text.c 2016-05-30 02:19:25 -07:00