Added call to clean_source to build script to fix patch fuzz on windows.

This commit is contained in:
LexManos 2012-07-12 18:06:39 -07:00
parent 48dcdca805
commit 0a9ee584bf
1 changed files with 4 additions and 0 deletions

View File

@ -238,6 +238,10 @@
<arg value="-n" />
<arg value="-r" />
</exec>
<exec executable="${python.exe}" dir="${mcp.home}">
<arg value="${basedir}/cleanup_source.py" />
<arg value="${mcp.srcdir}" />
</exec>
<exec executable="${python.exe}" dir="${mcp.home}">
<arg value="${mcp.home}/runtime/updatemd5.py" />
<arg value="-f" />