summaryrefslogtreecommitdiff
path: root/PC/VS8.0
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-04-27 19:04:37 +0000
committerEric Smith <eric@trueblade.com>2009-04-27 19:04:37 +0000
commit3ba9afea5428cefba48dfa6aa87dc9fe1d24339a (patch)
treef88fc00fc97133cd62291aff62c8edb8b75d8c5d /PC/VS8.0
parent4e60d55ce83712b50d17d049ca3633365c67e65b (diff)
downloadcpython-3ba9afea5428cefba48dfa6aa87dc9fe1d24339a.tar.gz
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
Diffstat (limited to 'PC/VS8.0')
-rw-r--r--PC/VS8.0/pythoncore.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj
index e0a53372a1..db105edd52 100644
--- a/PC/VS8.0/pythoncore.vcproj
+++ b/PC/VS8.0/pythoncore.vcproj
@@ -851,6 +851,10 @@
>
</File>
<File
+ RelativePath="..\..\Include\pyctype.h"
+ >
+ </File>
+ <File
RelativePath="..\..\Include\pydebug.h"
>
</File>
@@ -1743,6 +1747,10 @@
>
</File>
<File
+ RelativePath="..\..\Python\pyctype.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Python\pyfpe.c"
>
</File>