From 23d192e652639c9114833e649688a7037a452148 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 5 Oct 2001 22:14:45 +0000 Subject: [PATCH] Teach Windows how to build the new weakref module. --- PCbuild/pythoncore.dsp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 48949cd267..4525e6b693 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -1737,6 +1737,21 @@ SOURCE=..\Objects\unicodeobject.c # End Source File # Begin Source File +SOURCE=..\Objects\weakrefobject.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=..\Modules\xreadlinesmodule.c !IF "$(CFG)" == "pythoncore - Win32 Release" -- 2.50.1