From fa01bf15b4e7e1decd63b612ee662440d949f6e0 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 30 Jun 2000 14:38:41 +0000 Subject: [PATCH] add gcmodule --- PCbuild/python20.dsp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp index feccde341c..91e7237b6c 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 -- 2.40.0