[Cppunit-cvs] cppunit2 sconstruct,1.23,1.24
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2006-03-06 21:43:12
|
Update of /cvsroot/cppunit/cppunit2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30236 Modified Files: sconstruct Log Message: Removed compilation warning with msvc 8.0 Index: sconstruct =================================================================== RCS file: /cvsroot/cppunit/cppunit2/sconstruct,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** sconstruct 11 Dec 2005 17:16:08 -0000 1.23 --- sconstruct 6 Mar 2006 21:43:07 -0000 1.24 *************** *** 57,61 **** for tool in ['msvc', 'msvs', 'mslink', 'masm', 'mslib']: env.Tool( tool ) ! env['CXXFLAGS']='-GR -GX /nologo' elif platform == 'mingw': env.Tool( 'mingw' ) --- 57,61 ---- for tool in ['msvc', 'msvs', 'mslink', 'masm', 'mslib']: env.Tool( tool ) ! env['CXXFLAGS']='-GR -EHsc /nologo' elif platform == 'mingw': env.Tool( 'mingw' ) |