changeset 613:303087bcf1fa

Note that this copies in the Wine placeholder DLL and add a TODO for including the walkthrough.
author Simon Cross <hodgestar@gmail.com>
date Sat, 23 Apr 2011 14:21:45 +0200
parents a91b2e4400a5
children bc793415259c
files scripts/wine-py2exe
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/wine-py2exe	Mon Apr 11 23:54:56 2011 +0200
+++ b/scripts/wine-py2exe	Sat Apr 23 14:21:45 2011 +0200
@@ -41,6 +41,7 @@
 DEST="dist/${BUILD_FOLDER}"
 
 cp -v "${WINE_SYS32}/python26.dll" "${DEST}"
+# TODO: the line below copies in the Wine placeholder DLL (oddly this doesn't appear to break anything)
 cp -v "${WINE_SYS32}/msvcr80.dll" "${DEST}"
 
 echo "'data' -> '${DEST}/data'"
@@ -51,9 +52,7 @@
 cp -R "${WINE_PYTHON}/Lib/site-packages/pygame" "${DEST}"
 rm -rf "${DEST}/pygame/examples" "${DEST}/pygame/tests" "${DEST}/pygame/docs"
 
-#echo "'docs/walkthrough.rst' -> '${DEST}/data'"
-#rm -f "${DEST}/walkthrough.rst"
-#cp "docs/walkthrough.rst" "${DEST}/walkthrough.rst"
+# TODO: copy in walkthrough
 
 echo ""