Changeset - r5549:580592468200
[Not reviewed]
master
0 1 0
glx - 18 years ago 2007-01-06 20:39:27
glx@openttd.org
(svn r7922) -Fix: bad escaping in CFLAGS
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -846,17 +846,17 @@ make_cflags_and_ldflags() {
 
			LIBS="$LIBS -L$with_iconv/lib"
 
		fi
 
	fi
 

	
 
	if [ -n "$with_midi" ]
 
	then
 
		CFLAGS="$CFLAGS -DEXTERNAL_PLAYER=\"$with_midi\""
 
		CFLAGS="$CFLAGS -DEXTERNAL_PLAYER=\\\\\"$with_midi\\\\\""
 
	fi
 
	if [ -n "$with_midi_arg" ]
 
	then
 
		CFLAGS="$CFLAGS -DMIDI_ARG=\"$with_midi_arg\""
 
		CFLAGS="$CFLAGS -DMIDI_ARG=\\\\\"$with_midi_arg\\\\\""
 
	fi
 

	
 
	if [ "$enable_dedicated" != "0" ]
 
	then
 
		CFLAGS="$CFLAGS -DDEDICATED"
 
	fi
0 comments (0 inline, 0 general)