From: Christian Heimes Date: Fri, 14 Jun 2013 13:01:03 +0000 (+0200) Subject: comparing with http://hg.python.org/cpython/ X-Git-Tag: v3.4.0a1~512 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13728a57c8d3ee4a4453fd21d2975b1e9e3bac1b;p=python comparing with http://hg.python.org/cpython/ searching for changes changeset: 84118:98343392fd81 tag: tip user: Christian Heimes date: Fri Jun 14 14:54:48 2013 +0200 files: PC/VS9.0/_socket.vcproj PC/VS9.0/_ssl.vcproj description: Fix compilation of Python with VS 2008 Contrary to VS 2010 the compiler doesn't like semicolon seperated dependency names --- diff --git a/PC/VS9.0/_socket.vcproj b/PC/VS9.0/_socket.vcproj index 8c7979c4ca..ff1f6d4e3f 100644 --- a/PC/VS9.0/_socket.vcproj +++ b/PC/VS9.0/_socket.vcproj @@ -54,7 +54,7 @@ /> @@ -423,7 +423,7 @@ /> diff --git a/PC/VS9.0/_ssl.vcproj b/PC/VS9.0/_ssl.vcproj index 97aa294689..b47dc2740c 100644 --- a/PC/VS9.0/_ssl.vcproj +++ b/PC/VS9.0/_ssl.vcproj @@ -1,7 +1,7 @@