------------------------------------------------------------------------ r2460 | hendricks266 | 2012-03-11 21:57:06 -0700 (Sun, 11 Mar 2012) | 1 line Fix another typo in osxbuild.sh. ------------------------------------------------------------------------ r2459 | hendricks266 | 2012-03-11 21:49:16 -0700 (Sun, 11 Mar 2012) | 1 line Convenience Makefile variable for building with Clang: make CLANG=1 ------------------------------------------------------------------------ r2458 | hendricks266 | 2012-03-11 21:48:42 -0700 (Sun, 11 Mar 2012) | 7 lines More Build tools improvements: - JFBuild ports: arttool, givedepth, and mkpalette - All viable tools are now built when 'make utils' is invoked, not just some - Revert "initprintf" hack of previous commit and replace it with "compat_tools.c" - Move Bstrtolower from baselayer.c to compat.c - Makefiles: Add start and finish messages for the tools - Makefiles: To prevent "-Wimplicit" from being passed to the C++ compiler, create $(*CONLYFLAGS) ------------------------------------------------------------------------ r2457 | hendricks266 | 2012-03-11 21:47:49 -0700 (Sun, 11 Mar 2012) | 3 lines Fix compiling the Build tools by: - Adding $(EXESUFFIX) where it belongs in the Makefile. - Eliminating a call to initprintf() from compat.c. This may not be ideal. ------------------------------------------------------------------------ r2456 | hendricks266 | 2012-03-11 21:47:04 -0700 (Sun, 11 Mar 2012) | 1 line Fix JonoF's email address. ------------------------------------------------------------------------ r2455 | hendricks266 | 2012-03-11 21:45:17 -0700 (Sun, 11 Mar 2012) | 4 lines osxbuild.sh: - Generate changelog and add to zip. - Increase minimum version to Leopard 10.5. - Fix typo in usage printout. ------------------------------------------------------------------------