diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-31 16:18:22 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-31 16:18:22 (GMT) |
commit | 41be35d09bb6b83302df300628aa6c8d2157040c (patch) | |
tree | d72bc6402b09b8f92eafb61b009d0c977237bd93 /PC/VS7.1/_ssl.vcproj | |
parent | 7a001bca250babb9daa0cf3049ac815e82331ab7 (diff) | |
download | cpython-41be35d09bb6b83302df300628aa6c8d2157040c.zip cpython-41be35d09bb6b83302df300628aa6c8d2157040c.tar.gz cpython-41be35d09bb6b83302df300628aa6c8d2157040c.tar.bz2 |
Merged revisions 59625-59627 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r59627 | christian.heimes | 2007-12-31 17:17:13 +0100 (Mon, 31 Dec 2007) | 1 line
Fixed include paths of PC/VS7.1
........
Diffstat (limited to 'PC/VS7.1/_ssl.vcproj')
-rw-r--r-- | PC/VS7.1/_ssl.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/VS7.1/_ssl.vcproj b/PC/VS7.1/_ssl.vcproj index c1abd24..78eadd2 100644 --- a/PC/VS7.1/_ssl.vcproj +++ b/PC/VS7.1/_ssl.vcproj @@ -73,10 +73,10 @@ </References> <Files> <File - RelativePath="..\Modules\_ssl.c"> + RelativePath="..\..\Modules\_ssl.c"> </File> <File - RelativePath="..\Modules\_hashopenssl.c"> + RelativePath="..\..\Modules\_hashopenssl.c"> </File> </Files> <Globals> |