Changeset - r2555:1472393f4e19
[Not reviewed]
master
0 1 0
bjarni - 18 years ago 2005-10-25 19:41:32
bjarni@openttd.org
(svn r3088) -Fix: [OSX] fixed issue where OSX could not dynamic link to quicktime [ 1334917 ]
1 file changed with 15 insertions and 9 deletions:
Makefile
15
9
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -494,16 +494,22 @@ STRGEN_FLAGS=
 
endif
 

	
 

	
 
# OSX path setup
 
# OSX specific setup
 
ifdef OSX
 
ifndef SECOND_DATA_PATH
 
SECOND_DATA_PATH:="$(OSXAPP)/Contents/Data/"
 
endif
 
ifndef CUSTOM_LANG_DIR
 
ifndef DEDICATED
 
CUSTOM_LANG_DIR:="$(OSXAPP)/Contents/Lang/"
 
endif
 
endif
 
	ifndef DEDICATED
 
		LIBS += -framework QuickTime
 
	endif
 

	
 
	# OSX path setup
 
	ifndef SECOND_DATA_PATH
 
		SECOND_DATA_PATH:="$(OSXAPP)/Contents/Data/"
 
	endif
 

	
 
	ifndef CUSTOM_LANG_DIR
 
		ifndef DEDICATED
 
		CUSTOM_LANG_DIR:="$(OSXAPP)/Contents/Lang/"
 
		endif
 
	endif
 
endif
 

	
 
ifdef MIDI
0 comments (0 inline, 0 general)