From: Jeremy Hylton <jeremy@alum.mit.edu>
Date: Thu, 1 Jun 2000 15:47:08 +0000 (+0000)
Subject: add new Python/exceptions.c to python16 project (courtesy Trent Mick)
X-Git-Tag: v2.0b1~1613
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0292d78e91eafbd9946323db845acc59dfac6ff6;p=python

add new Python/exceptions.c to python16 project (courtesy Trent Mick)
---

diff --git a/PCbuild/python16.dsp b/PCbuild/python16.dsp
index 20987d4152..98f14c2d4a 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"