properly remove work dir

This commit is contained in:
benfry
2010-02-07 22:01:49 +00:00
parent 967f6587ea
commit b630672940
+1 -4
View File
@@ -343,10 +343,7 @@
<target name="windows-clean" depends="subprojects-clean"
description="Clean windows version">
<delete dir="windows">
<include name="work" />
<include name="processing-*" />
</delete>
<delete dir="windows/work" />
</target>
<target name="windows-checkos" unless="windows">