mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Teach Windows build about new cellobject.c.
This commit is contained in:
parent
73a3c8fae4
commit
2786543b70
1 changed files with 15 additions and 0 deletions
|
@ -315,6 +315,21 @@ SOURCE=..\Objects\bufferobject.c
|
|||
# End 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
|
||||
|
||||
!IF "$(CFG)" == "pythoncore - Win32 Release"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue