summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0/pythoncore.vcproj
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-06-12 18:35:39 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-06-12 18:35:39 (GMT)
commitb1549092ea5346e49eb6f0836857858a6bbd864c (patch)
treed403a4487591eb3fa1079220ed7aec7503211ecc /PC/VS8.0/pythoncore.vcproj
parentca2d610dba5711823999c4751897160f138a7811 (diff)
downloadcpython-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/VS8.0/pythoncore.vcproj')
-rw-r--r--PC/VS8.0/pythoncore.vcproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj
index 213d13a..af004f4 100644
--- a/PC/VS8.0/pythoncore.vcproj
+++ b/PC/VS8.0/pythoncore.vcproj
@@ -991,10 +991,6 @@
>
</File>
<File
- RelativePath="..\..\Modules\_stringio.c"
- >
- </File>
- <File
RelativePath="..\..\Modules\_functoolsmodule.c"
>
</File>