Teach Windows how to build the new weakref module.

This commit is contained in:
Tim Peters 2001-10-05 22:14:45 +00:00
parent 335244c710
commit 23d192e652
1 changed files with 15 additions and 0 deletions

View File

@ -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"