mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Changed project layout
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@461 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
3358ddda0e
commit
301cbf9309
2 changed files with 4 additions and 3 deletions
|
|
@ -119,7 +119,7 @@
|
|||
</tar>
|
||||
</target>
|
||||
|
||||
<property name="boost.dir" value="${out.dir}/../boost.mock"/>
|
||||
<property name="boost.dir" value="${out.dir}/../boost"/>
|
||||
<target name="boost" description="convert to boost">
|
||||
<delete dir="${boost.dir}"/>
|
||||
<copy todir="${boost.dir}/boost/mock">
|
||||
|
|
@ -127,9 +127,10 @@
|
|||
</copy>
|
||||
<copy todir="${boost.dir}/libs/mock/test">
|
||||
<fileset dir="${tests.dir}/test" includes="**"/>
|
||||
<fileset dir="jam" includes="Jamfile.jam"/>
|
||||
</copy>
|
||||
<copy todir="${boost.dir}">
|
||||
<fileset dir="${libraries.dir}" includes="Jam*"/>
|
||||
<fileset dir="jam" includes="Jamroot.jam,Jamfile.v2"/>
|
||||
</copy>
|
||||
<replaceregexp match="MOCK" replace="BOOST_MOCK" flags="g">
|
||||
<fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue