------------------------------------------------------------------------ r2523 | hendricks266 | 2012-03-24 01:30:28 -0700 (Sat, 24 Mar 2012) | 4 lines - Makefiles: - Fix typo, correctly adding SDL libs to the tools on OS X so that makesdlkeytrans builds. - Move all mention of $(LIBS) out of build/Makefile into build/Makefile.shared because no linking takes place in the engine itself so LIBS additions were lost. This should fix USE_LIBPNG=1 on Windows at least. - Other assorted cleanup. ------------------------------------------------------------------------