diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 2 | ||||
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 2 | ||||
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 24641b1..992f816 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -241,7 +241,7 @@ SOURCE=..\..\Objects\bytearrayobject.c # End Source File
# Begin Source File
-SOURCE=..\..\Objects\bytesobject.c
+SOURCE=..\..\Objects\stringobject.c
# End Source File
# Begin Source File
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index a79de8d..e541ca6 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -446,7 +446,7 @@ RelativePath="..\..\Objects\bytearrayobject.c"> </File> <File - RelativePath="..\..\Objects\bytesobject.c"> + RelativePath="..\..\Objects\stringobject.c"> </File> <File RelativePath="..\..\Objects\bytes_methods.c"> diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index d6bb6b6..3f99a62 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -1379,7 +1379,7 @@ >
</File>
<File
- RelativePath="..\..\Objects\bytesobject.c"
+ RelativePath="..\..\Objects\stringobject.c"
>
</File>
<File
|