summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-06-30 14:38:41 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-06-30 14:38:41 (GMT)
commitfa01bf15b4e7e1decd63b612ee662440d949f6e0 (patch)
treed1057ad6e7e221d1f14cfe75c669783c660cc0f6 /PCbuild
parentb3c66be8a95bd9391b492cd6cd853246d46962c3 (diff)
downloadcpython-fa01bf15b4e7e1decd63b612ee662440d949f6e0.zip
cpython-fa01bf15b4e7e1decd63b612ee662440d949f6e0.tar.gz
cpython-fa01bf15b4e7e1decd63b612ee662440d949f6e0.tar.bz2
add gcmodule
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/python20.dsp14
1 files changed, 14 insertions, 0 deletions
diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp
index feccde3..91e7237 100644
--- a/PCbuild/python20.dsp
+++ b/PCbuild/python20.dsp
@@ -659,6 +659,20 @@ SOURCE=..\Objects\funcobject.c
# End Source File
# Begin Source File
+SOURCE=..\Modules\gcmodule.c
+
+!IF "$(CFG)" == "python20 - Win32 Release"
+
+!ELSEIF "$(CFG)" == "python20 - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
SOURCE=..\Python\getargs.c