mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
Teach Windows about new iterobject.c.
This commit is contained in:
parent
05311481d4
commit
9dfe4cdfa4
@ -968,6 +968,21 @@ SOURCE=..\Objects\intobject.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\Objects\iterobject.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=..\Parser\listnode.c
|
SOURCE=..\Parser\listnode.c
|
||||||
|
|
||||||
!IF "$(CFG)" == "pythoncore - Win32 Release"
|
!IF "$(CFG)" == "pythoncore - Win32 Release"
|
||||||
|
Loading…
Reference in New Issue
Block a user