Change nant distbin target to also remove ThirdParty/ source code when making binary distribution
parent
561626fe1b
commit
3bb3a8f39b
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue