summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-06-01 15:47:08 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-06-01 15:47:08 (GMT)
commit0292d78e91eafbd9946323db845acc59dfac6ff6 (patch)
tree96a93021321d9e1e1a3321428e6198137fd5c291 /PCbuild
parent914a2edb24e9d184885f7f707908c16d400f97da (diff)
downloadcpython-0292d78e91eafbd9946323db845acc59dfac6ff6.zip
cpython-0292d78e91eafbd9946323db845acc59dfac6ff6.tar.gz
cpython-0292d78e91eafbd9946323db845acc59dfac6ff6.tar.bz2
add new Python/exceptions.c to python16 project (courtesy Trent Mick)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/python16.dsp15
1 files changed, 15 insertions, 0 deletions
diff --git a/PCbuild/python16.dsp b/PCbuild/python16.dsp
index 20987d4..98f14c2 100644
--- a/PCbuild/python16.dsp
+++ b/PCbuild/python16.dsp
@@ -540,6 +540,21 @@ SOURCE=..\Python\errors.c
# End Source File
# Begin Source File
+SOURCE=..\python\exceptions.c
+
+!if "$(cfg)" == "python16 - win32 release"
+
+!elseif "$(cfg)" == "python16 - win32 debug"
+
+!elseif "$(cfg)" == "python16 - win32 alpha debug"
+
+!elseif "$(cfg)" == "python16 - win32 alpha release"
+
+!endif
+
+# end source file
+# begin source file
+
SOURCE=..\Objects\fileobject.c
!IF "$(CFG)" == "python16 - Win32 Release"