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:
mat007 2012-06-15 21:15:06 +00:00
parent 3358ddda0e
commit 301cbf9309
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
extensions = svn,headers,check
platform = vc80
tests.dir = ${root.dir}
libraries.dir = ${root.dir}/../..
libraries.dir = ${root.dir}

View file

@ -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"/>