From: Hirokazu Yamamoto Date: Fri, 3 Apr 2009 03:54:08 +0000 (+0000) Subject: Fixed compile error on windows. X-Git-Tag: v2.7a1~1591 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=957320a08a8f680735e5f619d9649bca969a10dc;p=python Fixed compile error on windows. --- diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 756e271cab..38d450ba91 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -519,6 +519,10 @@ SOURCE=..\..\Modules\md5module.c # End Source File # Begin Source File +SOURCE=..\..\Objects\memoryobject.c +# End Source File +# Begin Source File + SOURCE=..\..\Parser\metagrammar.c # End Source File # Begin Source File diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 601bfa096b..672db124af 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -658,6 +658,9 @@ + + diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index d1be268337..e0a53372a1 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -1458,6 +1458,10 @@ RelativePath="..\..\Objects\longobject.c" > + + diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 0d3d71e405..1b9056a5b4 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1458,6 +1458,10 @@ RelativePath="..\Objects\longobject.c" > + +