Makefile
changeset 580 be080525ea08
parent 574 acaa37f42d88
child 583 3bcdf7a0c2f7
--- 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