diff options
| author | Georg Brandl <georg@python.org> | 2013-03-25 05:56:31 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-03-25 05:56:31 (GMT) |
| commit | 4eb5f1a56702399ea3bc4553433e7ca9b37be18c (patch) | |
| tree | e1152dda05deaccc514046ebb50b45e94f341a90 /PCbuild | |
| parent | a7d2f0061f2ddcce875b5c56b1f807ed3b6cd2cb (diff) | |
| parent | 5be6d74a0d0ae111cd823d2b7a5896c77d8c8895 (diff) | |
| download | cpython-3.2.4rc1.zip cpython-3.2.4rc1.tar.gz cpython-3.2.4rc1.tar.bz2 | |
merge with main repo 3.2 branchv3.2.4rc1
Diffstat (limited to 'PCbuild')
| -rw-r--r-- | PCbuild/pyproject.vsprops | 2 | ||||
| -rw-r--r-- | PCbuild/readme.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops index 6a94a68..d5ce7d0 100644 --- a/PCbuild/pyproject.vsprops +++ b/PCbuild/pyproject.vsprops @@ -58,7 +58,7 @@ />
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-1.0.0j"
+ Value="$(externalsDir)\openssl-1.0.0k"
/>
<UserMacro
Name="tcltkDir"
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index c7e3c72..f8b7dd2 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -139,7 +139,7 @@ _ssl Get the source code through - svn export http://svn.python.org/projects/external/openssl-1.0.0j + svn export http://svn.python.org/projects/external/openssl-1.0.0k ** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for obtaining external sources then you don't need to manually get the source |
