summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-05-26 13:01:01 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-05-26 13:01:01 (GMT)
commit44720838eb9d8793124c6a2a0ba53f46b44e08ab (patch)
treefdb0089a5970e2c11357ae01888fd31e7177cee2 /PCbuild
parent593daf545bd9b7e7bcb27b498ecc6f36db9ae395 (diff)
downloadcpython-44720838eb9d8793124c6a2a0ba53f46b44e08ab.zip
cpython-44720838eb9d8793124c6a2a0ba53f46b44e08ab.tar.gz
cpython-44720838eb9d8793124c6a2a0ba53f46b44e08ab.tar.bz2
Renamed bytesobject.c to bytearrayobject.c
Renamed stringobject.c to bytesobject.c Fixed Windows builds
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcproj12
1 files changed, 8 insertions, 4 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 357f71a..a55f864 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -659,6 +659,10 @@
>
</File>
<File
+ RelativePath="..\Include\bytearrayobject.h"
+ >
+ </File>
+ <File
RelativePath="..\Include\bytesobject.h"
>
</File>
@@ -1371,6 +1375,10 @@
>
</File>
<File
+ RelativePath="..\Objects\bytearrayobject.c"
+ >
+ </File>
+ <File
RelativePath="..\Objects\bytesobject.c"
>
</File>
@@ -1491,10 +1499,6 @@
>
</File>
<File
- RelativePath="..\Objects\stringobject.c"
- >
- </File>
- <File
RelativePath="..\Objects\structseq.c"
>
</File>