# HG changeset patch # User Simon Cross # Date 1303561305 -7200 # Node ID 303087bcf1fab886b8ea866b56c11ed807105500 # Parent a91b2e4400a5ecd2d9d47122729af89f9c444071 Note that this copies in the Wine placeholder DLL and add a TODO for including the walkthrough. diff -r a91b2e4400a5 -r 303087bcf1fa scripts/wine-py2exe --- 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 ""