From: Steve Dower Date: Fri, 3 Jul 2015 16:08:47 +0000 (-0700) Subject: Fixes warnings when building python3.dll due to the .def file accumulating multiple... X-Git-Tag: v3.5.0b3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac2bd5b1e8c5d8ee04c12ef6f34f1c9f1f8338c0;p=thirdparty%2FPython%2Fcpython.git Fixes warnings when building python3.dll due to the .def file accumulating multiple copies of each line. Adds shebang line to prepare_ssl so it will run with py.exe. --- diff --git a/PCbuild/prepare_ssl.py b/PCbuild/prepare_ssl.py index 671e526f9cfe..4203dab2f8ed 100644 --- a/PCbuild/prepare_ssl.py +++ b/PCbuild/prepare_ssl.py @@ -1,3 +1,4 @@ +#! /usr/bin/env python3 # Script for preparing OpenSSL for building on Windows. # Uses Perl to create nmake makefiles and otherwise prepare the way # for building on 32 or 64 bit platforms. diff --git a/PCbuild/python3dll.vcxproj b/PCbuild/python3dll.vcxproj index b03d09fa39f4..18ff4a83e912 100644 --- a/PCbuild/python3dll.vcxproj +++ b/PCbuild/python3dll.vcxproj @@ -109,7 +109,7 @@ - + @@ -132,7 +132,7 @@ <_Lines Include="@(_Symbols->'%(Symbol)')" /> - +