diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-01-03 05:45:59 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-01-03 05:45:59 (GMT) |
commit | ff8505dc89faaa313b31ffe3fb7d7ee7e32c9b37 (patch) | |
tree | 8fdc6d3948a015d78be0e8949528cb821a58039e /PC/VC6/_ssl.dsp | |
parent | 067782438ec9cfb6ca0ab1fc499febb143c625ac (diff) | |
download | cpython-ff8505dc89faaa313b31ffe3fb7d7ee7e32c9b37.zip cpython-ff8505dc89faaa313b31ffe3fb7d7ee7e32c9b37.tar.gz cpython-ff8505dc89faaa313b31ffe3fb7d7ee7e32c9b37.tar.bz2 |
Tons of changes to get this closer to being buildable from this directory;
still far away, but a lot closer than it was.
Diffstat (limited to 'PC/VC6/_ssl.dsp')
-rw-r--r-- | PC/VC6/_ssl.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VC6/_ssl.dsp b/PC/VC6/_ssl.dsp index 22447eb..e8bb993 100644 --- a/PC/VC6/_ssl.dsp +++ b/PC/VC6/_ssl.dsp @@ -83,7 +83,7 @@ CFG=_ssl - Win32 Debug # Begin Source File
-SOURCE=..\Modules\_ssl.c
+SOURCE=..\..\Modules\_ssl.c
# End Source File
# End Target
# End Project
|