mirror of
https://github.com/python/cpython.git
synced 2025-11-18 10:19:40 +00:00
Make Windows build compile new xreadlinesmodule.
This commit is contained in:
parent
58c82f0b56
commit
140d67081c
1 changed files with 15 additions and 0 deletions
|
|
@ -1677,6 +1677,21 @@ SOURCE=..\Objects\unicodeobject.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin 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
|
SOURCE=..\Modules\yuvconvert.c
|
||||||
|
|
||||||
!IF "$(CFG)" == "python20 - Win32 Release"
|
!IF "$(CFG)" == "python20 - Win32 Release"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue