From 13728a57c8d3ee4a4453fd21d2975b1e9e3bac1b Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 14 Jun 2013 15:01:03 +0200 Subject: 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 --- PC/VS9.0/_socket.vcproj | 16 ++++++++-------- PC/VS9.0/_ssl.vcproj | 18 +++++++++--------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/PC/VS9.0/_socket.vcproj b/PC/VS9.0/_socket.vcproj index 8c7979c..ff1f6d4 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 97aa294..b47dc27 100644 --- a/PC/VS9.0/_ssl.vcproj +++ b/PC/VS9.0/_ssl.vcproj @@ -1,7 +1,7 @@