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-dir.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-dir.patch')
-rw-r--r-- | python/python-2.7.14-pcbuild-dir.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python-2.7.14-pcbuild-dir.patch b/python/python-2.7.14-pcbuild-dir.patch new file mode 100644 index 000000000000..16be5a493224 --- /dev/null +++ b/python/python-2.7.14-pcbuild-dir.patch @@ -0,0 +1,10 @@ +--- misc/build/Python-2.7.14/PC/VS9.0/make_buildinfo.vcproj 2018-03-08 06:37:03.303029800 +0200
++++ misc/build/Python-2.7.14/PC/VS9.0/make_buildinfo.vcproj 2018-03-08 06:39:42.007110300 +0200
+@@ -120,6 +120,7 @@
+ />
+ <Tool
+ Name="VCLinkerTool"
++ OutputFile="$(SolutionDir)/make_buildinfo.exe"
+ AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
+ SubSystem="1"
+ />
|