[Checkins] SVN: Sandbox/adamg/zope.wineggbuilder/trunk/ checkpoint

Adam Groszer agroszer at gmail.com
Tue Jun 15 03:02:39 EDT 2010


Log message for revision 113468:
  checkpoint

Changed:
  U   Sandbox/adamg/zope.wineggbuilder/trunk/rackspace.ini
  U   Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt

-=-
Modified: Sandbox/adamg/zope.wineggbuilder/trunk/rackspace.ini
===================================================================
--- Sandbox/adamg/zope.wineggbuilder/trunk/rackspace.ini	2010-06-15 06:56:49 UTC (rev 113467)
+++ Sandbox/adamg/zope.wineggbuilder/trunk/rackspace.ini	2010-06-15 07:02:38 UTC (rev 113468)
@@ -2,22 +2,22 @@
 compilers = py24_32 py25_32 py26_32 py26_64
 
 [py24_32]
-command = set PATH=%PATH%;c:\mingw32\bin
+command = set PATH=%PATH%;c:\mingw\bin
           c:\Python24_32\python setup.py build_ext --compiler mingw32 bdist_egg upload
 fileEnding = py2.4-win32.egg
 
 [py25_32]
-command = set PATH=%PATH%;c:\mingw32\bin
+command = set PATH=%PATH%;c:\mingw\bin
           c:\Python25_32\python setup.py build_ext --compiler mingw32 bdist_egg upload
 fileEnding = py2.5-win32.egg
 
 [py26_32]
-command = call c:\program files\msvc\msvcvars.bat
+command = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86
           c:\Python26_32\python setup.py build_ext --compiler msvc bdist_egg upload
 fileEnding = py2.6-win32.egg
 
 [py26_64]
-command = call c:\program files\msvc\msvcvars.bat
+command = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86_amd64
           c:\Python26_64\python setup.py build_ext --compiler msvc bdist_egg upload
 fileEnding = py2.6-win-amd64.egg
 

Modified: Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt
===================================================================
--- Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt	2010-06-15 06:56:49 UTC (rev 113467)
+++ Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt	2010-06-15 07:02:38 UTC (rev 113468)
@@ -48,6 +48,8 @@
     - check that build_ext works only with --compiler:
         - mingw32 fails because it's not on path
         - MSVC fails because ENV vars are missing
+    - x64 sucks, but:
+        - http://www.mathworks.com/support/solutions/en/data/1-6IJJ3L/index.html?solution=1-6IJJ3L
 
   - create buildbot user
   - create own user/other devs



More information about the checkins mailing list