diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-02 00:07:07 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-02 00:07:07 (GMT) |
commit | 747d5b63db5db038f514409e1b783b244c9e1742 (patch) | |
tree | 29f2bb6c1303d0270295ea4128db5e3d2d259ed0 /PCbuild/pythoncore.dsp | |
parent | 2492a20579ab1b395d2d3a65b2f9922eb86f9021 (diff) | |
download | cpython-747d5b63db5db038f514409e1b783b244c9e1742.zip cpython-747d5b63db5db038f514409e1b783b244c9e1742.tar.gz cpython-747d5b63db5db038f514409e1b783b244c9e1742.tar.bz2 |
Teach Windows build about the _weakref module.
Diffstat (limited to 'PCbuild/pythoncore.dsp')
-rw-r--r-- | PCbuild/pythoncore.dsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 256de83..f106828 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -195,6 +195,21 @@ SOURCE=..\Modules\_localemodule.c # End Source File # Begin Source File +SOURCE=..\Modules\_weakref.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=..\Objects\abstract.c !IF "$(CFG)" == "pythoncore - Win32 Release" |