Makefile
changeset 580 be080525ea08
parent 574 acaa37f42d88
child 583 3bcdf7a0c2f7
equal deleted inserted replaced
579:08ce4c50bd32 580:be080525ea08
   207 endif
   207 endif
   208 endif
   208 endif
   209 endif
   209 endif
   210 endif
   210 endif
   211 
   211 
       
   212 ifdef RELEASE
       
   213 ifdef OSX
       
   214 ifndef STATIC
       
   215 $(error do not make dynamically linked releases. Most users can't use those)
       
   216 endif
       
   217 endif
       
   218 endif
   212 
   219 
   213 # Force SDL on UNIX platforms
   220 # Force SDL on UNIX platforms
   214 ifndef WITH_SDL
   221 ifndef WITH_SDL
   215 ifdef UNIX
   222 ifdef UNIX
   216 ifndef DEDICATED
   223 ifndef DEDICATED