comparison wine-py2exe @ 342:0d42622dbe12

Re-create build folder after nuking it.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 22:59:15 +0000
parents f27c2c76c425
children
comparison
equal deleted inserted replaced
341:40667c9caff9 342:0d42622dbe12
25 echo " and run_w.exe with PETools (they need to have their" 25 echo " and run_w.exe with PETools (they need to have their"
26 echo " executable size correctly set)." 26 echo " executable size correctly set)."
27 echo "" 27 echo ""
28 28
29 rm -rf "dist/${BUILD_FOLDER}" 29 rm -rf "dist/${BUILD_FOLDER}"
30 mkdir -p "dist/${BUILD_FOLDER}"
30 rm -rf "dist/${ZIP_NAME}" 31 rm -rf "dist/${ZIP_NAME}"
32
31 wine python setup.py py2exe >${PY2EXE_LOG} 2>&1 33 wine python setup.py py2exe >${PY2EXE_LOG} 2>&1
32 34
33 # 35 #
34 # Copy dependencies py2exe missed 36 # Copy dependencies py2exe missed
35 # 37 #