Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-06 | suppress make tools noise | yenatch | |
2017-07-06 | Error on tool warnings | yenatch | |
2017-05-11 | strip debugging symbols from tools | camthesaxman | |
2017-05-11 | add LDFLAGS variable to tools makefiles | Cameron | |
2016-07-22 | Reorder 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-17 | Potential fix for Issue #1 (#10) | ProjectRevoTPP | |
replace all-zero incbins with .space and build fixes for certain Linux configurations | |||
2016-06-11 | fix rsfont | YamaArashi | |
2016-05-30 | text.c | YamaArashi | |