diff options
author | Raymond Hettinger <python@rcn.com> | 2004-08-31 18:54:35 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-08-31 18:54:35 (GMT) |
commit | 6ce6ef3e785c2f284304ce6ed1dff7040ffd265c (patch) | |
tree | 2126c44b5d92234041e41cb29a6e4547eb94ca43 /PC/VC6 | |
parent | 3cf2163b25d15076719757480206c193b7e22076 (diff) | |
download | cpython-6ce6ef3e785c2f284304ce6ed1dff7040ffd265c.zip cpython-6ce6ef3e785c2f284304ce6ed1dff7040ffd265c.tar.gz cpython-6ce6ef3e785c2f284304ce6ed1dff7040ffd265c.tar.bz2 |
Remove rotor and xreadlines from VC 6 build.
Diffstat (limited to 'PC/VC6')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index dd9500c..31008e8 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -523,10 +523,6 @@ SOURCE=..\..\Modules\rgbimgmodule.c # End Source File
# Begin Source File
-SOURCE=..\..\Modules\rotormodule.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Objects\setobject.c
# End Source File
# Begin Source File
@@ -615,10 +611,6 @@ SOURCE=..\..\Objects\weakrefobject.c # End Source File
# Begin Source File
-SOURCE=..\..\Modules\xreadlinesmodule.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Modules\xxsubtype.c
# End Source File
# Begin Source File
|