From 957320a08a8f680735e5f619d9649bca969a10dc Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Fri, 3 Apr 2009 03:54:08 +0000 Subject: Fixed compile error on windows. --- PC/VC6/pythoncore.dsp | 4 ++++ PC/VS7.1/pythoncore.vcproj | 3 +++ PC/VS8.0/pythoncore.vcproj | 4 ++++ PCbuild/pythoncore.vcproj | 4 ++++ 4 files changed, 15 insertions(+) diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 756e271..38d450b 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 601bfa0..672db12 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -659,6 +659,9 @@ RelativePath="..\..\Modules\md5module.c"> + + + + diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 0d3d71e..1b9056a 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1459,6 +1459,10 @@ > + + -- cgit v0.12