From 5e83da3d0867c36b3cf5d63b1c72ae0615652f99 Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Fri, 24 Sep 2010 16:36:34 +0000 Subject: Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) --- PC/VS8.0/_hashlib.vcproj | 8 -- PC/VS8.0/_ssl.vcproj | 8 -- PC/VS8.0/build_ssl.py | 24 +++++- PC/VS8.0/pcbuild.sln | 23 ++++++ PC/VS8.0/ssl.vcproj | 189 +++++++++++++++++++++++++++++++++++++++++++++++ PCbuild/_hashlib.vcproj | 8 -- PCbuild/_ssl.vcproj | 8 -- PCbuild/build_ssl.py | 26 +++++-- PCbuild/pcbuild.sln | 23 ++++++ PCbuild/ssl.vcproj | 189 +++++++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 464 insertions(+), 42 deletions(-) create mode 100644 PC/VS8.0/ssl.vcproj create mode 100644 PCbuild/ssl.vcproj diff --git a/PC/VS8.0/_hashlib.vcproj b/PC/VS8.0/_hashlib.vcproj index f8bb962..3be656f 100644 --- a/PC/VS8.0/_hashlib.vcproj +++ b/PC/VS8.0/_hashlib.vcproj @@ -27,7 +27,6 @@ > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PCbuild/_hashlib.vcproj b/PCbuild/_hashlib.vcproj index 5184e45..dee8dda 100644 --- a/PCbuild/_hashlib.vcproj +++ b/PCbuild/_hashlib.vcproj @@ -27,7 +27,6 @@ > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v0.12