From: Tim Peters Date: Fri, 5 Oct 2001 22:14:45 +0000 (+0000) Subject: Teach Windows how to build the new weakref module. X-Git-Tag: v2.2.1c1~1426 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23d192e652639c9114833e649688a7037a452148;p=python Teach Windows how to build the new weakref module. --- 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"