[Checkins] SVN: zope.wineggbuilder/trunk/master.cfg forgot to commit the added py3.3 version

Adam Groszer cvs-admin at zope.org
Mon Feb 11 13:14:08 UTC 2013


Log message for revision 129258:
  forgot to commit the added py3.3 version

Changed:
  U   zope.wineggbuilder/trunk/master.cfg

-=-
Modified: zope.wineggbuilder/trunk/master.cfg
===================================================================
--- zope.wineggbuilder/trunk/master.cfg	2013-02-11 13:13:39 UTC (rev 129257)
+++ zope.wineggbuilder/trunk/master.cfg	2013-02-11 13:14:07 UTC (rev 129258)
@@ -399,6 +399,16 @@
         title='Python 3.2.3 win64',
         python=r'c:\Python32_64\python.exe',
         withcompiler=r'cmd /c c:\Python32_64\setupcompilerandexecute.bat %s'),
+    py_330_win32=Platform(
+        name='py_330_win32',
+        title='Python 3.3.0 win32',
+        python=r'c:\Python33_32\python.exe',
+        withcompiler=r'cmd /c c:\Python33_32\setupcompilerandexecute.bat %s'),
+    py_330_win64=Platform(
+        name='py_330_win64',
+        title='Python 3.3.0 win64',
+        python=r'c:\Python33_64\python.exe',
+        withcompiler=r'cmd /c c:\Python33_64\setupcompilerandexecute.bat %s'),
 )
 
 CLEAN_PLATFORMS = dict(
@@ -445,6 +455,16 @@
         title='Python 3.2.3 win64',
         python=r'c:\Python32_64_clean\python.exe',
         withcompiler=r'cmd /c c:\Python32_64_clean\setupcompilerandexecute.bat %s'),
+    py_330_win32=Platform(
+        name='py_330_win32',
+        title='Python 3.3.0 win32',
+        python=r'c:\Python33_33_clean\python.exe',
+        withcompiler=r'cmd /c c:\Python33_33_clean\setupcompilerandexecute.bat %s'),
+    py_330_win64=Platform(
+        name='py_330_win64',
+        title='Python 3.3.0 win64',
+        python=r'c:\Python33_64_clean\python.exe',
+        withcompiler=r'cmd /c c:\Python33_64_clean\setupcompilerandexecute.bat %s'),
 )
 
 # platform definitions



More information about the checkins mailing list