diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-21 18:59:41 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-21 18:59:41 (GMT) |
commit | 2c36c3cc06efcecd75b875b8d9ad28739f97d22e (patch) | |
tree | b91ff7ba6192e1f232bf8b48872e8ad1d4b02e4c /PC/VS8.0/pyproject.vsprops | |
parent | 2c2a7e0d38fa0df314e8e259079a8f2c2e467e44 (diff) | |
download | cpython-2c36c3cc06efcecd75b875b8d9ad28739f97d22e.zip cpython-2c36c3cc06efcecd75b875b8d9ad28739f97d22e.tar.gz cpython-2c36c3cc06efcecd75b875b8d9ad28739f97d22e.tar.bz2 |
Updated VS8.0 project files with PCBuild/vs9to8.py.
Diffstat (limited to 'PC/VS8.0/pyproject.vsprops')
-rw-r--r-- | PC/VS8.0/pyproject.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VS8.0/pyproject.vsprops b/PC/VS8.0/pyproject.vsprops index 1ba124f..70025bd 100644 --- a/PC/VS8.0/pyproject.vsprops +++ b/PC/VS8.0/pyproject.vsprops @@ -58,7 +58,7 @@ />
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-0.9.8g"
+ Value="$(externalsDir)\openssl-0.9.8l"
/>
<UserMacro
Name="tcltkDir"
|