root/trunk/win32/compile.bat

Revision 1, 432 bytes (checked in by mjoc, 2 years ago)

Initial import.

  • Property svn:executable set to *
Line 
1 rem Copy compile.bat and setup.py to root directory and run compile.bat
2 C:\Python24\python.exe setup.py py2exe --packages encodings
3 rem Use this to get controls with the Windows XP appearance
4 rem C:\Python24\python.exe setup.manifest.py py2exe --packages encodings
5 copy copying.html dist
6 echo don't forget to copy msvcr71.dll from wxPython/distrib/msw/ to dist
7 echo before making a release
8 copy C:\Python24\msvcr71.dll dist
Note: See TracBrowser for help on using the browser.