Make Windows build compile new xreadlinesmodule.
This commit is contained in:
parent
58c82f0b56
commit
140d67081c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue