summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-04-27 19:04:37 (GMT)
committerEric Smith <eric@trueblade.com>2009-04-27 19:04:37 (GMT)
commitcac7af6863a997376bffe00ecf07a62c5618a5d9 (patch)
tree625ae6ebde4f6027d49bb3d40b6955888527fb05 /PCbuild
parentec047e0725cf31f24eb5ed3c43e6da843deea83a (diff)
downloadcpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.zip
cpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.tar.gz
cpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.tar.bz2
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 1b9056a..bf4d724 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/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>