summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcproj
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-05-26 13:42:13 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-05-26 13:42:13 (GMT)
commit2c9c7a5f33d502fa468e38537d57834c7e33aa4d (patch)
tree6a762dce75d1ff00e3b35ca0c7a8ee7c0f21b8fe /PCbuild/pythoncore.vcproj
parent72b710a59617ebe6dd1c41613d2c7eb81702efd9 (diff)
downloadcpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.zip
cpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.tar.gz
cpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.tar.bz2
Renamed files bytesobject.[ch] and stringobject.[ch]
Fixed Windows build
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r--PCbuild/pythoncore.vcproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 50242b8..5cb0e35 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -655,6 +655,10 @@
>
</File>
<File
+ RelativePath="..\Include\bytearrayobject.h"
+ >
+ </File>
+ <File
RelativePath="..\Include\bytesobject.h"
>
</File>
@@ -923,10 +927,6 @@
>
</File>
<File
- RelativePath="..\Include\stringobject.h"
- >
- </File>
- <File
RelativePath="..\Include\structmember.h"
>
</File>
@@ -1343,6 +1343,10 @@
>
</File>
<File
+ RelativePath="..\Objects\bytearrayobject.c"
+ >
+ </File>
+ <File
RelativePath="..\Objects\bytesobject.c"
>
</File>
@@ -1463,10 +1467,6 @@
>
</File>
<File
- RelativePath="..\Objects\stringobject.c"
- >
- </File>
- <File
RelativePath="..\Objects\structseq.c"
>
</File>