Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
forgot to commit the added py3.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Groszer committed Feb 11, 2013
1 parent 2b02867 commit 6fdca83
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,16 @@ PLATFORMS_3 = dict(
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(
Expand Down Expand Up @@ -445,6 +455,16 @@ CLEAN_PLATFORMS_3 = dict(
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
Expand Down

0 comments on commit 6fdca83

Please sign in to comment.