summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-10-05 22:14:45 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-10-05 22:14:45 (GMT)
commit23d192e652639c9114833e649688a7037a452148 (patch)
tree764fea2ec8d39397caa3c52e2f6629961fd4ee3f
parent335244c710c57699bd5d243915a3403277489047 (diff)
downloadcpython-23d192e652639c9114833e649688a7037a452148.zip
cpython-23d192e652639c9114833e649688a7037a452148.tar.gz
cpython-23d192e652639c9114833e649688a7037a452148.tar.bz2
Teach Windows how to build the new weakref module.
-rw-r--r--PCbuild/pythoncore.dsp15
1 files changed, 15 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp
index 48949cd..4525e6b 100644
--- a/PCbuild/pythoncore.dsp
+++ b/PCbuild/pythoncore.dsp
@@ -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"