[Lemon-commits] [lemon_svn] alpar: r2706 - hugo/trunk/scripts
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:54:37 CET 2006
Author: alpar
Date: Tue Apr 18 15:25:41 2006
New Revision: 2706
Modified:
hugo/trunk/scripts/check-compilers
Log:
Also check mingw compatibility
Modified: hugo/trunk/scripts/check-compilers
==============================================================================
--- hugo/trunk/scripts/check-compilers (original)
+++ hugo/trunk/scripts/check-compilers Tue Apr 18 15:25:41 2006
@@ -58,6 +58,11 @@
ODIR=icc-9.0 CXX=icpc-9.0 CXXFLAGS='-Werror' makecheck --enable-gui --enable-demo --enable-benchmark
+ODIR=mingw makecheck --with-msw --target=i586-mingw32msvc --host=i586-mingw32msvc --build=i386-linux --without-glpk
+
+
+
+
echo
echo '**********************************************************************'
echo ' REPOSITORY SEEMS OK'
More information about the Lemon-commits
mailing list