From 140d67081c3df1b284991fd3a1dc84763b9d640d Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 9 Jan 2001 23:27:12 +0000 Subject: Make Windows build compile new xreadlinesmodule. --- PCbuild/python20.dsp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp index ac2d03d..df1e765 100644 --- a/PCbuild/python20.dsp +++ b/PCbuild/python20.dsp @@ -1677,6 +1677,21 @@ SOURCE=..\Objects\unicodeobject.c # End Source File # Begin Source File +SOURCE=..\Modules\xreadlinesmodule.c + +!IF "$(CFG)" == "python20 - Win32 Release" + +!ELSEIF "$(CFG)" == "python20 - Win32 Debug" + +!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug" + +!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\Modules\yuvconvert.c !IF "$(CFG)" == "python20 - Win32 Release" -- cgit v0.12