summaryrefslogtreecommitdiffstats
path: root/PCbuild8/pyproject.vsprops
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-15 19:57:43 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-15 19:57:43 (GMT)
commit4d0ebcc7fa6dbb8cfacb480835326178d2638115 (patch)
tree6947446d740eba95dda25dd90b202a7ea4bd5116 /PCbuild8/pyproject.vsprops
parentfc158e25d6e5a50fdb4ca0cc3be059d92e6714cf (diff)
downloadcpython-4d0ebcc7fa6dbb8cfacb480835326178d2638115.zip
cpython-4d0ebcc7fa6dbb8cfacb480835326178d2638115.tar.gz
cpython-4d0ebcc7fa6dbb8cfacb480835326178d2638115.tar.bz2
In anticipation of the upcoming ssl patch I've added _ssl to PCbuild8. It's based on a copy of _socket.vcproj. My German version of VS 2005 alters almost every line of pcbuild.sln. Could somebody else please add _ssl.vcproj to the solution?
Diffstat (limited to 'PCbuild8/pyproject.vsprops')
-rw-r--r--PCbuild8/pyproject.vsprops4
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild8/pyproject.vsprops b/PCbuild8/pyproject.vsprops
index b120ba8..752e174 100644
--- a/PCbuild8/pyproject.vsprops
+++ b/PCbuild8/pyproject.vsprops
@@ -35,4 +35,8 @@
Name="bz2Dir"
Value="..\..\..\bzip2-1.0.3"
/>
+ <UserMacro
+ Name="opensslDir"
+ Value="..\..\..\openssl-0.9.8a"
+ />
</VisualStudioPropertySheet>