[Echempp-devel] Model/Problem Makefile.am,1.8,1.9
Status: Beta
Brought to you by:
berndspeiser
|
From: SteffiBenthin <ste...@us...> - 2007-12-11 09:19:17
|
Update of /cvsroot/echempp/Model/Problem In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv18463/Model/Problem Modified Files: Makefile.am Log Message: makefile modified (no-long-long) Index: Makefile.am =================================================================== RCS file: /cvsroot/echempp/Model/Problem/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 9 Feb 2006 11:22:58 -0000 1.8 --- Makefile.am 11 Dec 2007 09:19:12 -0000 1.9 *************** *** 12,16 **** problemError.hpp libeppProblem_la_CXXFLAGS = -Wall -Werror -pedantic-errors \ ! -DTIXML_USE_STL libeppProblem_la_LDFLAGS = $(MODEL_LDFLAGS) -version-info 0:0:0 --- 12,16 ---- problemError.hpp libeppProblem_la_CXXFLAGS = -Wall -Werror -pedantic-errors \ ! -DTIXML_USE_STL -Wno-long-long libeppProblem_la_LDFLAGS = $(MODEL_LDFLAGS) -version-info 0:0:0 |