Teach Windows build about new cellobject.c.
This commit is contained in:
parent
73a3c8fae4
commit
2786543b70
@ -315,6 +315,21 @@ SOURCE=..\Objects\bufferobject.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\Objects\cellobject.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=..\Python\ceval.c
|
SOURCE=..\Python\ceval.c
|
||||||
|
|
||||||
!IF "$(CFG)" == "pythoncore - Win32 Release"
|
!IF "$(CFG)" == "pythoncore - Win32 Release"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user