diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-27 19:52:02 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-27 19:52:02 (GMT) |
commit | bd00cdaf733d2981540de80e9ccf5e3b19b482d5 (patch) | |
tree | cccba1e65a18920bb39ab51a6791bf7eec99ce9b | |
parent | 83c158fdc9d9acb737172a1a365014514afd4fc9 (diff) | |
download | cpython-bd00cdaf733d2981540de80e9ccf5e3b19b482d5.zip cpython-bd00cdaf733d2981540de80e9ccf5e3b19b482d5.tar.gz cpython-bd00cdaf733d2981540de80e9ccf5e3b19b482d5.tar.bz2 |
Teach Windows build about new future.c.
-rw-r--r-- | PCbuild/pythoncore.dsp | 15 |
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"
|