diff options
author | bjarni <bjarni@openttd.org> | 2006-01-07 13:13:49 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-01-07 13:13:49 +0000 |
commit | db3d226c526acbffb321ed71e4b05a0a202ea6e0 (patch) | |
tree | 1255a001e325f00cd2fed755e3af0a2853e756e7 /makefiledir/Makefile.config_writer | |
parent | a8a2b93df56eadcfee735dc78039967c306a4b20 (diff) | |
download | openttd-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/Makefile.config_writer')
-rw-r--r-- | makefiledir/Makefile.config_writer | 7 |
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)) |