mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Teach Windows how to build the new weakref module.
This commit is contained in:
parent
335244c710
commit
23d192e652
1 changed files with 15 additions and 0 deletions
|
@ -1737,6 +1737,21 @@ SOURCE=..\Objects\unicodeobject.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\Objects\weakrefobject.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=..\Modules\xreadlinesmodule.c
|
||||
|
||||
!IF "$(CFG)" == "pythoncore - Win32 Release"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue