summaryrefslogtreecommitdiff
path: root/tools/rsfont
AgeCommit message (Collapse)Author
2018-04-06suppress make tools noiseyenatch
2017-07-06Error on tool warningsyenatch
2017-05-11strip debugging symbols from toolscamthesaxman
2017-05-11add LDFLAGS variable to tools makefilesCameron
2016-07-22Reorder LIBS in rsfont and gbagfx.yenatch
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-06-17Potential fix for Issue #1 (#10)ProjectRevoTPP
replace all-zero incbins with .space and build fixes for certain Linux configurations
2016-06-11fix rsfontYamaArashi
2016-05-30text.cYamaArashi