Changeset - r3202:9eef9ae84c2b
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2006-03-14 20:59:03
truelight@openttd.org
(svn r3870) -Fix: missed one item in last commit, tnx glx :)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -210,25 +210,25 @@ then
 
			PARAM="$PARAM BEOS=1 UNIX=1"
 
			;;
 
		SUNOS)
 
			PARAM="$PARAM SUNOS=1 UNIX=1"
 
			;;
 
		CYGWIN)
 
			PARAM="$PARAM CYGWIN=1 WIN32=1"
 
			;;
 
		MINGW)
 
			PARAM="$PARAM MINGW=1 WIN32=1"
 
			;;
 
		*)
 
			echo "Unknown OS: $OS"
 
			echo "Unknown OS: $TARGET_OS"
 
			exit 1
 
			;;
 
	esac
 
	PARAM="$PARAM BYPASS_OS_DETECT=1"
 
fi
 

	
 
rm Makefile.config
 
make upgradeconf $PARAM
 

	
 
# Makefile.config currently doesn't support custom CXX, so, we add the line
 
#  ourself!
 

	
0 comments (0 inline, 0 general)