Visual Studio 2010 project files for Python

This commit is contained in:
Jesús Corrius
2010-10-29 01:14:45 +02:00
parent 4feee8022a
commit 5a816bc42a
2 changed files with 6375 additions and 1 deletions

6367
python/Python-2.6.1-vc10.patch Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -119,7 +119,10 @@ BUILD_ACTION=$(ENV_BUILD) make && make install
#.ENDIF #"$(WINDOWS_VISTA_PSDK)"!=""
#.ENDIF
.IF "$(CCNUMVER)" >= "001500000000"
.IF "$(CCNUMVER)" >= "001600000000"
PATCH_FILES+=Python-$(PYVERSION)-vc10.patch
BUILD_DIR=PC/VS10.0
.ELIF "$(CCNUMVER)" >= "001500000000"
BUILD_DIR=PCbuild
.ELIF "$(CCNUMVER)" >= "001400000000"
BUILD_DIR=PC/VS8.0
@@ -132,9 +135,13 @@ BUILD_DIR=PC/VC6
# Build python executable and then runs a minimal script. Running the minimal script
# ensures that certain *.pyc files are generated which would otherwise be created on
# solver during registration in insetoo_native
.IF "$(CCNUMVER)" >= "001600000000"
BUILD_ACTION=MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /ToolsVersion:4.0
.ELIF
BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe pcbuild.sln "Release|Win32"
.ENDIF
.ENDIF
.ENDIF
PYVERSIONFILE=$(MISC)$/pyversion.mk