Change nant distbin target to also remove ThirdParty/ source code when making binary distribution

0.7.5-pf-bulletsim
Justin Clark-Casey (justincc) 2013-01-03 00:09:40 +00:00
parent f69731b955
commit 70e46ba815
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
<delete dir="${distbindir}/Prebuild"/>
<delete dir="${distbindir}/%temp%"/>
<delete dir="${distbindir}/.nant"/>
<delete dir="${distbindir}/ThirdParty"/>
<delete>
<fileset basedir="${distbindir}">
<include name="compile.bat"/>