------------------------------------------------------------------------ r2510 | hendricks266 | 2012-03-20 12:33:24 -0700 (Tue, 20 Mar 2012) | 1 line Makefile: Link to libz on OS X like on Windows. ------------------------------------------------------------------------ r2509 | hendricks266 | 2012-03-20 12:30:50 -0700 (Tue, 20 Mar 2012) | 1 line Makefile: Update/fix treatment of libpng libraries and headers under Windows and OS X. ------------------------------------------------------------------------ r2508 | hendricks266 | 2012-03-20 12:29:46 -0700 (Tue, 20 Mar 2012) | 1 line osxbuild.sh: Partial solution for non-building tools: remove "-j 3" parameter. (The -k [--keep-going] parameter has been added just to the tools for a small bit of good measure.) ------------------------------------------------------------------------ r2507 | hendricks266 | 2012-03-20 12:29:11 -0700 (Tue, 20 Mar 2012) | 3 lines Makefiles: Add $(STATICSTDCPP) variable which the user can set to 0 or 1 to explicitly set C++ standard library linking to static or shared respectively. By default it is transparently left blank. An effect is only really seen in the buildtools written in C++, currently just arttool. This is mainly of interest to distributors of the buildtools to avoid missing DLL errors. ------------------------------------------------------------------------ r2506 | hendricks266 | 2012-03-20 12:28:22 -0700 (Tue, 20 Mar 2012) | 1 line More "malloc + strlen + strcpy --> strdup" in module parameter code. ------------------------------------------------------------------------