Commit 63dce79e authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Updated MSVC project files to follow PyCObject removal (r73729)

parent 6fe1f5b2
...@@ -277,10 +277,6 @@ SOURCE=..\..\Modules\cmathmodule.c ...@@ -277,10 +277,6 @@ SOURCE=..\..\Modules\cmathmodule.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Objects\cobject.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\codecs.c SOURCE=..\..\Python\codecs.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -486,9 +486,6 @@ ...@@ -486,9 +486,6 @@
<File <File
RelativePath="..\..\Modules\cmathmodule.c"> RelativePath="..\..\Modules\cmathmodule.c">
</File> </File>
<File
RelativePath="..\..\Objects\cobject.c">
</File>
<File <File
RelativePath="..\..\Python\codecs.c"> RelativePath="..\..\Python\codecs.c">
</File> </File>
......
...@@ -674,10 +674,6 @@ ...@@ -674,10 +674,6 @@
RelativePath="..\..\Include\classobject.h" RelativePath="..\..\Include\classobject.h"
> >
</File> </File>
<File
RelativePath="..\..\Include\cobject.h"
>
</File>
<File <File
RelativePath="..\..\Include\code.h" RelativePath="..\..\Include\code.h"
> >
...@@ -1382,10 +1378,6 @@ ...@@ -1382,10 +1378,6 @@
RelativePath="..\..\Objects\classobject.c" RelativePath="..\..\Objects\classobject.c"
> >
</File> </File>
<File
RelativePath="..\..\Objects\cobject.c"
>
</File>
<File <File
RelativePath="..\..\Objects\codeobject.c" RelativePath="..\..\Objects\codeobject.c"
> >
......
...@@ -674,10 +674,6 @@ ...@@ -674,10 +674,6 @@
RelativePath="..\Include\classobject.h" RelativePath="..\Include\classobject.h"
> >
</File> </File>
<File
RelativePath="..\Include\cobject.h"
>
</File>
<File <File
RelativePath="..\Include\code.h" RelativePath="..\Include\code.h"
> >
...@@ -1387,10 +1383,6 @@ ...@@ -1387,10 +1383,6 @@
RelativePath="..\Objects\classobject.c" RelativePath="..\Objects\classobject.c"
> >
</File> </File>
<File
RelativePath="..\Objects\cobject.c"
>
</File>
<File <File
RelativePath="..\Objects\codeobject.c" RelativePath="..\Objects\codeobject.c"
> >
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment