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
|
|
@ -1,4 +1,4 @@
|
||||||
extensions = svn,headers,check
|
extensions = svn,headers,check
|
||||||
platform = vc80
|
platform = vc80
|
||||||
tests.dir = ${root.dir}
|
tests.dir = ${root.dir}
|
||||||
libraries.dir = ${root.dir}/../..
|
libraries.dir = ${root.dir}
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@
|
||||||
</tar>
|
</tar>
|
||||||
</target>
|
</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">
|
<target name="boost" description="convert to boost">
|
||||||
<delete dir="${boost.dir}"/>
|
<delete dir="${boost.dir}"/>
|
||||||
<copy todir="${boost.dir}/boost/mock">
|
<copy todir="${boost.dir}/boost/mock">
|
||||||
|
|
@ -127,9 +127,10 @@
|
||||||
</copy>
|
</copy>
|
||||||
<copy todir="${boost.dir}/libs/mock/test">
|
<copy todir="${boost.dir}/libs/mock/test">
|
||||||
<fileset dir="${tests.dir}/test" includes="**"/>
|
<fileset dir="${tests.dir}/test" includes="**"/>
|
||||||
|
<fileset dir="jam" includes="Jamfile.jam"/>
|
||||||
</copy>
|
</copy>
|
||||||
<copy todir="${boost.dir}">
|
<copy todir="${boost.dir}">
|
||||||
<fileset dir="${libraries.dir}" includes="Jam*"/>
|
<fileset dir="jam" includes="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"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue