summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.dsp
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-27 19:52:02 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-27 19:52:02 (GMT)
commitbd00cdaf733d2981540de80e9ccf5e3b19b482d5 (patch)
treecccba1e65a18920bb39ab51a6791bf7eec99ce9b /PCbuild/pythoncore.dsp
parent83c158fdc9d9acb737172a1a365014514afd4fc9 (diff)
downloadcpython-bd00cdaf733d2981540de80e9ccf5e3b19b482d5.zip
cpython-bd00cdaf733d2981540de80e9ccf5e3b19b482d5.tar.gz
cpython-bd00cdaf733d2981540de80e9ccf5e3b19b482d5.tar.bz2
Teach Windows build about new future.c.
Diffstat (limited to 'PCbuild/pythoncore.dsp')
-rw-r--r--PCbuild/pythoncore.dsp15
1 files changed, 15 insertions, 0 deletions
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"