summaryrefslogtreecommitdiff
path: root/makefiledir/Makefile.libdetection
AgeCommit message (Collapse)Author
2005-12-10(svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil)bjarni
you can still use SDL drivers if you like and you have to run "make upgradeconf" to start using the cocoa drivers (or manually write WITH_COCOA:=1) since SDL breaks the cocoa drivers, you can't compile with both SDL and cocoa support Using cocoa drivers makes it easier to make universal binaries and it solves: -FS#18 [OSX] SDL is weird in universal binaries -FS#2 [OSX] lazy pointer crash on exit -FS#10 [OSX] linking error when linking statically to SDL 1.2.8 (needless to explain this, but it means it should be able to compile statically with the default settings now) -[ 1215073 ] Switching to large size out of fullscreen crashes Using SDL drivers will still have those issues though
2005-11-23(svn r3230) -Feature: [OSX] OSX builds can now change where it searches for ↵bjarni
dynamic libs and can move libs into the bundle This is not a fix for the issues with static linking, more like a workaround. Static linking still got issues Apple recommends to use dynamic linking anyway, so I guess this doesn't matter much
2005-07-01(svn r2506) - Fix: [OSX, makefile] The makefile can now also see OSX 10.4 as OSXbjarni
2005-06-19(svn r2461) -Feature [Makefile] libpng-config can now be called something ↵bjarni
else in Makefile.config useful if you for some reason got a libpng-config, which is called something else
2005-05-16(svn r2328) There's no need for extra magic to detect libpng on FreeBSDtron
2004-12-07(svn r972) Makefile: added make release (currently only works on mac)bjarni
Mac: sets the STATIC flag if no makefile.config is found
2004-12-04(svn r942) -Merged branch/network back into the trunktruelight
2004-12-01(svn r862) Cygwin: libdetection now sets the flags properly if no ↵bjarni
Makefile.config is found Cygwin: workaround: libpng is automatically not used even if present until the Cygwin/libpng problem is solved
2004-11-29(svn r856) Makefile: added the flags CYGWIN and MINGW to libdetection. They ↵Bjarni
were missing in the autodetected makefile.config
2004-11-17(svn r655) Add the necessary bits to make building on SunOS/Solaris worktron
2004-11-15(svn r619) Add the necessary bits to make building under BeOS using GNU Make ↵tron
work
2004-08-09(svn r1) Import of revision 975 of old (crashed) SVNtruelight