summaryrefslogtreecommitdiff
path: root/makefiledir/Makefile.config_writer
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-01-07 13:13:49 +0000
committerbjarni <bjarni@openttd.org>2006-01-07 13:13:49 +0000
commit1cfabfbb09ebf105c8f6f37fe09badfb1f8b915d (patch)
tree1255a001e325f00cd2fed755e3af0a2853e756e7 /makefiledir/Makefile.config_writer
parent015db8a461c7d78956bcf67cb0b36b2b27e02588 (diff)
downloadopenttd-1cfabfbb09ebf105c8f6f37fe09badfb1f8b915d.tar.xz
(svn r3383) -Code cleanup: [OSX] removed SDL support from FAT binaries as it caused problems for non-SDL builds
FAT binaries now need to rely on COCOA drivers. SDL didn't work properly anyway
Diffstat (limited to 'makefiledir/Makefile.config_writer')
-rw-r--r--makefiledir/Makefile.config_writer7
1 files changed, 0 insertions, 7 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer
index 9bb44882b..7d5430326 100644
--- a/makefiledir/Makefile.config_writer
+++ b/makefiledir/Makefile.config_writer
@@ -72,13 +72,6 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,WITH_COCOA:=$(WITH_COCOA))
$(call CONFIG_LINE,)
- $(call CONFIG_LINE,\# Lib paths for OSX. Read os/MacOSX/Makefile for more info)
- $(call CONFIG_LINE,OSX_LIB_PATH:=$(OSX_LIB_PATH))
- $(call CONFIG_LINE,OSX_LOCAL_LIB_PATH:=$(OSX_LOCAL_LIB_PATH))
- $(call CONFIG_LINE,OSX_CHANGE_LIB_PATH:=$(OSX_CHANGE_LIB_PATH))
- $(call CONFIG_LINE,x86_SDL_LIB:=$(x86_SDL_LIB))
- $(call CONFIG_LINE,)
-
$(call CONFIG_LINE,\# OS flags)
$(call CONFIG_LINE,WIN32:=$(WIN32))
$(call CONFIG_LINE,UNIX:=$(UNIX))