diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-05 22:14:45 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-05 22:14:45 (GMT) |
commit | 23d192e652639c9114833e649688a7037a452148 (patch) | |
tree | 764fea2ec8d39397caa3c52e2f6629961fd4ee3f /PCbuild/pythoncore.dsp | |
parent | 335244c710c57699bd5d243915a3403277489047 (diff) | |
download | cpython-23d192e652639c9114833e649688a7037a452148.zip cpython-23d192e652639c9114833e649688a7037a452148.tar.gz cpython-23d192e652639c9114833e649688a7037a452148.tar.bz2 |
Teach Windows how to build the new 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 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"
|