From b5080abbbe41ca3ae3b67334734d6443a0c03b15 Mon Sep 17 00:00:00 2001 From: Tim Peters <tim.peters@gmail.com> Date: Thu, 4 Apr 2002 00:02:02 +0000 Subject: [PATCH] Repair the Windows build (needs to compile in the new boolobject code). --- PCbuild/pythoncore.dsp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index b91355f22c..b4b7a52684 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -330,6 +330,21 @@ SOURCE=..\Python\bltinmodule.c # End Source File # Begin Source File +SOURCE=..\Objects\boolobject.c + +!IF "$(CFG)" == "pythoncore - Win32 Release" + +!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug" + +!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\Objects\bufferobject.c !IF "$(CFG)" == "pythoncore - Win32 Release" -- 2.40.0