Update of /cvsroot/echempp/Model/Ecco
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv18463/Model/Ecco
Modified Files:
Makefile.am
Log Message:
makefile modified (no-long-long)
Index: Makefile.am
===================================================================
RCS file: /cvsroot/echempp/Model/Ecco/Makefile.am,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** Makefile.am 27 Mar 2007 13:06:41 -0000 1.34
--- Makefile.am 11 Dec 2007 09:19:11 -0000 1.35
***************
*** 181,185 ****
# should be re-introduced later with a more recent spirit version
libeppEcco_la_CXXFLAGS = -Wall -pedantic-errors \
! -DTIXML_USE_STL
libeppEcco_la_LDFLAGS = $(MODEL_LDFLAGS) -version-info 3:0:0
--- 181,185 ----
# should be re-introduced later with a more recent spirit version
libeppEcco_la_CXXFLAGS = -Wall -pedantic-errors \
! -DTIXML_USE_STL -Wno-long-long
libeppEcco_la_LDFLAGS = $(MODEL_LDFLAGS) -version-info 3:0:0
|