Kaydet (Commit) 957320a0 authored tarafından Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Fixed compile error on windows.

üst 6ecb1a31
...@@ -519,6 +519,10 @@ SOURCE=..\..\Modules\md5module.c ...@@ -519,6 +519,10 @@ SOURCE=..\..\Modules\md5module.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Objects\memoryobject.c
# End Source File
# Begin Source File
SOURCE=..\..\Parser\metagrammar.c SOURCE=..\..\Parser\metagrammar.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -658,6 +658,9 @@ ...@@ -658,6 +658,9 @@
<File <File
RelativePath="..\..\Modules\md5module.c"> RelativePath="..\..\Modules\md5module.c">
</File> </File>
<File
RelativePath="..\..\Objects\memoryobject.c">
</File>
<File <File
RelativePath="..\..\Parser\metagrammar.c"> RelativePath="..\..\Parser\metagrammar.c">
</File> </File>
......
...@@ -1458,6 +1458,10 @@ ...@@ -1458,6 +1458,10 @@
RelativePath="..\..\Objects\longobject.c" RelativePath="..\..\Objects\longobject.c"
> >
</File> </File>
<File
RelativePath="..\..\Objects\memoryobject.c"
>
</File>
<File <File
RelativePath="..\..\Objects\methodobject.c" RelativePath="..\..\Objects\methodobject.c"
> >
......
...@@ -1458,6 +1458,10 @@ ...@@ -1458,6 +1458,10 @@
RelativePath="..\Objects\longobject.c" RelativePath="..\Objects\longobject.c"
> >
</File> </File>
<File
RelativePath="..\Objects\memoryobject.c"
>
</File>
<File <File
RelativePath="..\Objects\methodobject.c" RelativePath="..\Objects\methodobject.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