diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-06-12 18:35:39 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-06-12 18:35:39 (GMT) |
commit | b1549092ea5346e49eb6f0836857858a6bbd864c (patch) | |
tree | d403a4487591eb3fa1079220ed7aec7503211ecc /PC/VC6 | |
parent | ca2d610dba5711823999c4751897160f138a7811 (diff) | |
download | cpython-b1549092ea5346e49eb6f0836857858a6bbd864c.zip cpython-b1549092ea5346e49eb6f0836857858a6bbd864c.tar.gz cpython-b1549092ea5346e49eb6f0836857858a6bbd864c.tar.bz2 |
Removed _stringio from Windows build.
For some yet unknown reason, MSVC's linker fails to resolve
_stringio's module initializer (PyInit__stringio). This probably means
the module is not build correctly. Therefore, I am removing Windows
support temporarily until I find how to add new modules properly for
MSVC.
Diffstat (limited to 'PC/VC6')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 2ee18d4..89ab515 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -141,10 +141,6 @@ SOURCE=..\..\Modules\_bytesio.c # End Source File
# Begin Source File
-SOURCE=..\..\Modules\_stringio.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Modules\_functoolsmodule.c
# End Source File
# Begin Source File
|