[ros-diffs] [dreimer] 37208: Accidently commited a hack together with r37190. This will be reverted.

dreimer at svn.reactos.org dreimer at svn.reactos.org
Fri Nov 7 11:56:40 CET 2008


Author: dreimer
Date: Wed Nov  5 16:32:27 2008
New Revision: 37208

URL: http://svn.reactos.org/svn/reactos?rev=37208&view=rev
Log:
Accidently commited a hack together with r37190. This will be reverted.

Modified:
    trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp

Modified: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp?rev=37208&r1=37207&r2=37208&view=diff
==============================================================================
--- trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp [iso-8859-1] (original)
+++ trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp [iso-8859-1] Wed Nov  5 16:32:27 2008
@@ -885,6 +885,9 @@
 bool
 MingwBackend::IsSupportedCompilerVersion ( const string& compilerVersion )
 {
+	if ( strcmp ( compilerVersion.c_str (), "3.4.2") < 0 )
+		return false;
+	else
 		return true;
 }
 



More information about the Ros-diffs mailing list