From: Jeremy Hylton Date: Fri, 30 Jun 2000 14:38:41 +0000 (+0000) Subject: add gcmodule X-Git-Tag: v2.0b1~1225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa01bf15b4e7e1decd63b612ee662440d949f6e0;p=thirdparty%2FPython%2Fcpython.git add gcmodule --- diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp index feccde341c59..91e7237b6c9d 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