From bd00cdaf733d2981540de80e9ccf5e3b19b482d5 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 27 Feb 2001 19:52:02 +0000 Subject: Teach Windows build about new future.c. --- PCbuild/pythoncore.dsp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 1b8e68f..70f45e5 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" -- cgit v0.12