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

Commit

Permalink
command accidental commit of 3.4 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Oct 5, 2015
1 parent 551b72e commit 40effee
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions rackspace.ini
Original file line number Diff line number Diff line change
Expand Up @@ -194,47 +194,47 @@ command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py33_64
fileEnding = win-amd64-py3.3.exe


[py34_32]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\VCVARSALL.bat" x86
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin"
python = c:\Python34_32\python.exe
command = c:\Python34_32\python.exe setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py3.4-win32.egg

[py34_32X]
# .exe
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\VCVARSALL.bat" x86
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin"
python = c:\Python34_32\python.exe
command = c:\Python34_32\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win32-py3.4.exe

[py34_32LX]
# lxml
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py34_32
fileEnding = win32-py3.4.exe

[py34_64]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64"
python = c:\Python34_64\python.exe
command = c:\Python34_64\python.exe setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py3.4-win-amd64.egg

[py34_64X]
# .exe
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64"
python = c:\Python34_64\python.exe
command = c:\Python34_64\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win-amd64-py3.4.exe

[py34_64LX]
# .exe
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py34_64
fileEnding = win-amd64-py3.4.exe
#[py34_32]
## .egg
#setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\VCVARSALL.bat" x86
# set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin"
#python = c:\Python34_32\python.exe
#command = c:\Python34_32\python.exe setup.py build_ext --compiler msvc bdist_egg upload
#fileEnding = py3.4-win32.egg
#
#[py34_32X]
## .exe
#setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\VCVARSALL.bat" x86
# set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin"
#python = c:\Python34_32\python.exe
#command = c:\Python34_32\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
#fileEnding = win32-py3.4.exe
#
#[py34_32LX]
## lxml
#command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py34_32
#fileEnding = win32-py3.4.exe
#
#[py34_64]
## .egg
#setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\VCVARSX86_AMD64.bat"
# set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64"
#python = c:\Python34_64\python.exe
#command = c:\Python34_64\python.exe setup.py build_ext --compiler msvc bdist_egg upload
#fileEnding = py3.4-win-amd64.egg
#
#[py34_64X]
## .exe
#setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\VCVARSX86_AMD64.bat"
# set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64"
#python = c:\Python34_64\python.exe
#command = c:\Python34_64\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
#fileEnding = win-amd64-py3.4.exe
#
#[py34_64LX]
## .exe
#command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py34_64
#fileEnding = win-amd64-py3.4.exe


#[ZODB3_24]
Expand Down

0 comments on commit 40effee

Please sign in to comment.