mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
add new Python/exceptions.c to python16 project (courtesy Trent Mick)
This commit is contained in:
parent
914a2edb24
commit
0292d78e91
1 changed files with 15 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue