# HG changeset patch # User bjarni # Date 1102634223 0 # Node ID d3f72568d160fb51bc3f4066859dbcd965eb6429 # Parent e977d17c89b106a52ffe15086660f27406c83de6 (svn r1000) Makefile: added check for static build releases on mac. Most users can't use a dynamic build diff -r e977d17c89b1 -r d3f72568d160 Makefile --- a/Makefile Thu Dec 09 23:16:52 2004 +0000 +++ b/Makefile Thu Dec 09 23:17:03 2004 +0000 @@ -209,6 +209,13 @@ endif endif +ifdef RELEASE +ifdef OSX +ifndef STATIC +$(error do not make dynamically linked releases. Most users can't use those) +endif +endif +endif # Force SDL on UNIX platforms ifndef WITH_SDL