From: Tim Peters <tim.peters@gmail.com> Date: Thu, 4 Apr 2002 00:02:02 +0000 (+0000) Subject: Repair the Windows build (needs to compile in the new boolobject code). X-Git-Tag: v2.3c1~6150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5080abbbe41ca3ae3b67334734d6443a0c03b15;p=python Repair the Windows build (needs to compile in the new boolobject code). --- 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"