summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-06-30 05:02:53 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-06-30 05:02:53 (GMT)
commitc5007aa5c3d64109578cf12b026ca6305acff97b (patch)
treea576fb8432ea60a6b6db49c09937551903938003 /PCbuild
parent4e542a3d9995addd08e7675a63cb0c8ee61a5010 (diff)
downloadcpython-c5007aa5c3d64109578cf12b026ca6305acff97b.zip
cpython-c5007aa5c3d64109578cf12b026ca6305acff97b.tar.gz
cpython-c5007aa5c3d64109578cf12b026ca6305acff97b.tar.bz2
final patches from Neil Schemenauer for garbage collection
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/python16.dsp14
1 files changed, 14 insertions, 0 deletions
diff --git a/PCbuild/python16.dsp b/PCbuild/python16.dsp
index 4c75302..34ec9ef 100644
--- a/PCbuild/python16.dsp
+++ b/PCbuild/python16.dsp
@@ -659,6 +659,20 @@ SOURCE=..\Objects\funcobject.c
# End Source File
# Begin Source File
+SOURCE=..\Modules\gcmodule.c
+
+!IF "$(CFG)" == "python16 - Win32 Release"
+
+!ELSEIF "$(CFG)" == "python16 - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "python16 - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "python16 - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
SOURCE=..\Python\getargs.c