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

This commit is contained in:
Jeremy Hylton 2000-06-01 15:47:08 +00:00
parent 914a2edb24
commit 0292d78e91
1 changed files with 15 additions and 0 deletions

View File

@ -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"