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/w9xpopen.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/w9xpopen.dsp')
-rw-r--r-- | PC/VC6/w9xpopen.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VC6/w9xpopen.dsp b/PC/VC6/w9xpopen.dsp index 9c50ba0..886a0e5 100644 --- a/PC/VC6/w9xpopen.dsp +++ b/PC/VC6/w9xpopen.dsp @@ -91,7 +91,7 @@ LINK32=link.exe # Name "w9xpopen - Win32 Debug"
# Begin Source File
-SOURCE=..\PC\w9xpopen.c
+SOURCE=..\w9xpopen.c
# End Source File
# End Target
# End Project
|