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

Commit

Permalink
need to complete the compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Mar 19, 2013
1 parent fb68bc5 commit 786db15
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions rackspace.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ python = c:\Python27_32\python.exe
command = c:\Python27_32\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win32-py2.7.exe

[py27_32LXML]
# .exe
command = %(curdir)s\bin\lxml -d rackspace.ini %(version)s py27_32
fileEnding = win32-py2.7.exe

[py27_64]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARSX86_AMD64.bat"
Expand All @@ -98,6 +103,11 @@ python = c:\Python27_64\python.exe
command = c:\Python27_64\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win-amd64-py2.7.exe

[py27_64LXML]
# lxml
command = %(curdir)s\bin\lxml -d rackspace.ini %(version)s py27_64
fileEnding = win-amd64-py2.7.exe

[py32_32]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86
Expand All @@ -114,6 +124,11 @@ python = c:\Python32_32\python.exe
command = c:\Python32_32\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win32-py3.2.exe

[py32_32LXML]
# lxml
command = %(curdir)s\bin\lxml -d rackspace.ini %(version)s py32_32
fileEnding = win32-py3.2.exe

[py32_64]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARSX86_AMD64.bat"
Expand All @@ -130,6 +145,11 @@ python = c:\Python32_64\python.exe
command = c:\Python32_64\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win-amd64-py3.2.exe

[py32_64LXML]
# .exe
command = %(curdir)s\bin\lxml -d rackspace.ini %(version)s py32_64
fileEnding = win-amd64-py3.2.exe


#[ZODB3_24]
#package = ZODB3
Expand Down

0 comments on commit 786db15

Please sign in to comment.