dabo Commit Revision 6092 Date: 2010-10-07 18:56:08 -0700 (Thu, 07 Oct 2010) Author: Paul Trac: http://trac.dabodev.com/changeset/6092
Changed: U trunk/ide/wizards/AppWizard/spec-buildwin.bat Log: New buildwin.bat to reflect python 2.6 and wxpython 2.8.11.0 Diff: Modified: trunk/ide/wizards/AppWizard/spec-buildwin.bat =================================================================== --- trunk/ide/wizards/AppWizard/spec-buildwin.bat 2010-10-08 00:27:53 UTC (rev 6091) +++ trunk/ide/wizards/AppWizard/spec-buildwin.bat 2010-10-08 01:56:08 UTC (rev 6092) @@ -1,9 +1,11 @@ del /q dist -rmdir /s /q dist -python -OO setup.py py2exe --bundle 3 +rmdir /s /q dist build -rem You may need to change these paths: -copy c:\python25\lib\site-packages\wx-2.8-msw-unicode\wx\MSVCP71.dll dist -copy c:\python25\lib\site-packages\wx-2.8-msw-unicode\wx\gdiplus.dll dist -copy c:\windows\system32\mfc71.dll dist +python -OO setup.py py2exe --bundle 1 +copy c:\python26\lib\site-packages\wx-2.8-msw-unicode\wx\gdiplus.dll dist + +rem THE FOLLOWING LINE WILL FAIL, until you put msvcr90.dll inside a new win_todist folder +copy win_todist\msvcr90.dll dist + + _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
