diff options
author | Damjan Jovanovic <damjan@apache.org> | 2018-03-08 17:55:13 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2018-03-08 17:55:13 +0000 |
commit | f959de1284e4c316fdb6049cf521f977abb87cf6 (patch) | |
tree | 892e0fd1c6168beda3da5a12bb45199d0cdc568f /python/python-2.7.14-pcbuild-subsystem.patch | |
parent | 8b8df380310b2ba0c92ddff97361b0c4989d659f (diff) |
Get main/python to build on Win64.
Adjust which files get delivered.
Patch by: me
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'python/python-2.7.14-pcbuild-subsystem.patch')
-rw-r--r-- | python/python-2.7.14-pcbuild-subsystem.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/python/python-2.7.14-pcbuild-subsystem.patch b/python/python-2.7.14-pcbuild-subsystem.patch new file mode 100644 index 000000000000..ac682c5b18f6 --- /dev/null +++ b/python/python-2.7.14-pcbuild-subsystem.patch @@ -0,0 +1,20 @@ +--- misc/build/Python-2.7.14/PC/VS9.0/make_versioninfo.vcproj 2018-03-08 05:18:19.659192400 +0200
++++ misc/build/Python-2.7.14/PC/VS9.0/make_versioninfo.vcproj 2018-03-08 06:06:12.776404800 +0200
+@@ -137,6 +137,7 @@
+ />
+ <Tool
+ Name="VCLinkerTool"
++ SubSystem="1"
+ OutputFile="$(SolutionDir)make_versioninfo.exe"
+ AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
+ />
+--- misc/build/Python-2.7.14/PC/VS9.0/make_buildinfo.vcproj 2018-03-08 06:21:48.081999200 +0200
++++ misc/build/Python-2.7.14/PC/VS9.0/make_buildinfo.vcproj 2018-03-08 06:23:02.210741600 +0200
+@@ -121,6 +121,7 @@
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
++ SubSystem="1"
+ />
+ <Tool
+ Name="VCALinkTool"
|