mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
9c2bc25822
commit
ebed226f9e
1 changed files with 2 additions and 0 deletions
|
|
@ -137,6 +137,7 @@
|
|||
<copy todir="${boost.dir}">
|
||||
<fileset dir="boost" includes="LICENSE_1_0.txt,Jamroot.jam,Jamfile.v2"/>
|
||||
</copy>
|
||||
<!--
|
||||
<replaceregexp match="MOCK" replace="BOOST_MOCK" flags="g">
|
||||
<fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/>
|
||||
</replaceregexp>
|
||||
|
|
@ -164,6 +165,7 @@
|
|||
<replaceregexp match="http://turtle.sourceforge.net" replace="Boost.Mock" flags="g">
|
||||
<fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/>
|
||||
</replaceregexp>
|
||||
-->
|
||||
</target>
|
||||
|
||||
<target name="all" depends="configure,test,bench,reports,export,package" description="configure, build and run tests and benchmark, export and package distribution"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue