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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=957320a08a8f680735e5f619d9649bca969a10dc;p=thirdparty%2FPython%2Fcpython.git Fixed compile error on windows. --- diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 756e271cabce..38d450ba9190 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 601bfa096b2b..672db124afbf 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 d1be26833746..e0a53372a15f 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 0d3d71e405a8..1b9056a5b452 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1458,6 +1458,10 @@ RelativePath="..\Objects\longobject.c" > + +