Commit f7183f6d authored by Jeremy Hylton's avatar Jeremy Hylton

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

parent c6e4e148
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment