From: Tim Peters Date: Tue, 27 Feb 2001 19:52:02 +0000 (+0000) Subject: Teach Windows build about new future.c. X-Git-Tag: v2.1b1~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd00cdaf733d2981540de80e9ccf5e3b19b482d5;p=thirdparty%2FPython%2Fcpython.git Teach Windows build about new future.c. --- diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 1b8e68fdec1c..70f45e5fcf6d 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -690,6 +690,21 @@ SOURCE=..\Objects\funcobject.c # End Source File # Begin Source File +SOURCE=..\Python\future.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\gcmodule.c !IF "$(CFG)" == "pythoncore - Win32 Release"