Deactivated boost conversion for now

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@572 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-11-04 00:57:17 +00:00
parent 9c2bc25822
commit ebed226f9e

View file

@ -137,6 +137,7 @@
<copy todir="${boost.dir}"> <copy todir="${boost.dir}">
<fileset dir="boost" includes="LICENSE_1_0.txt,Jamroot.jam,Jamfile.v2"/> <fileset dir="boost" includes="LICENSE_1_0.txt,Jamroot.jam,Jamfile.v2"/>
</copy> </copy>
<!--
<replaceregexp match="MOCK" replace="BOOST_MOCK" flags="g"> <replaceregexp match="MOCK" replace="BOOST_MOCK" flags="g">
<fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/> <fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/>
</replaceregexp> </replaceregexp>
@ -164,6 +165,7 @@
<replaceregexp match="http://turtle.sourceforge.net" replace="Boost.Mock" flags="g"> <replaceregexp match="http://turtle.sourceforge.net" replace="Boost.Mock" flags="g">
<fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/> <fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/>
</replaceregexp> </replaceregexp>
-->
</target> </target>
<target name="all" depends="configure,test,bench,reports,export,package" description="configure, build and run tests and benchmark, export and package distribution"/> <target name="all" depends="configure,test,bench,reports,export,package" description="configure, build and run tests and benchmark, export and package distribution"/>