Make python3 build with VS2013

This time use a patch to mangle the project files a bit so that
msbuild likes them.

Change-Id: I1293f4a92164ec6431b96c39f118cbdedbe5fe32
This commit is contained in:
Tor Lillqvist
2014-07-29 17:08:01 +03:00
parent 6b5dce35f2
commit 31bf50b6cb
2 changed files with 1221 additions and 0 deletions

View File

@@ -46,4 +46,12 @@ $(eval $(call gb_UnpackedTarball_add_patches,python3,\
))
endif
ifeq ($(OS)-$(COM),WNT-MSC)
ifneq ($(filter 120,$(VCVER)),)
$(eval $(call gb_UnpackedTarball_add_patches,python3,\
external/python3/python-vc2013.patch.1 \
))
endif
endif
# vim: set noet sw=4 ts=4:

1213
external/python3/python-vc2013.patch.1 vendored Normal file

File diff suppressed because it is too large Load Diff