summaryrefslogtreecommitdiff
path: root/makefiledir
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
commitdb3d226c526acbffb321ed71e4b05a0a202ea6e0 (patch)
tree1255a001e325f00cd2fed755e3af0a2853e756e7 /makefiledir
parenta8a2b93df56eadcfee735dc78039967c306a4b20 (diff)
downloadopenttd-db3d226c526acbffb321ed71e4b05a0a202ea6e0.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')
-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))