Make Windows build compile new xreadlinesmodule.

This commit is contained in:
Tim Peters 2001-01-09 23:27:12 +00:00
parent 58c82f0b56
commit 140d67081c
1 changed files with 15 additions and 0 deletions

View File

@ -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"