comparison scripts/wine-py2exe @ 549:f0a29c9d57ee

Reminder to fix mamba.exe checksum and executable size after building.
author Simon Cross <hodgestar@gmail.com>
date Sun, 18 Sep 2011 20:58:34 +0200
parents 4f3c55b09fda
children
comparison
equal deleted inserted replaced
548:af8e16742b23 549:f0a29c9d57ee
17 17
18 echo "=== Running wine python setup.py ===" 18 echo "=== Running wine python setup.py ==="
19 echo "" 19 echo ""
20 echo " Mutable Mamba version: ${MM_VERSION}" 20 echo " Mutable Mamba version: ${MM_VERSION}"
21 echo " Writing log to ${PY2EXE_LOG}." 21 echo " Writing log to ${PY2EXE_LOG}."
22 echo " ---" 22 echo ""
23 echo " Please make sure you have patched your py2exe run.exe" 23 echo " !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
24 echo " and run_w.exe with PETools (they need to have their" 24 echo " WARNING: After running please fix the mamba.exe"
25 echo " executable size correctly set)." 25 echo " checksum and executable size using PETools!"
26 echo " !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
26 echo "" 27 echo ""
27 28
28 rm -rf "dist/${BUILD_FOLDER}" 29 rm -rf "dist/${BUILD_FOLDER}"
29 mkdir -p "dist/${BUILD_FOLDER}" 30 mkdir -p "dist/${BUILD_FOLDER}"
30 rm -rf "dist/${ZIP_NAME}" 31 rm -rf "dist/${ZIP_NAME}"