mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c.
This commit is contained in:
parent
03d1b1814b
commit
aa6111fc93
2 changed files with 18 additions and 2 deletions
|
|
@ -1163,6 +1163,21 @@ SOURCE=..\Parser\myreadline.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\Python\mysnprintf.c
|
||||
|
||||
!IF "$(CFG)" == "pythoncore - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\Python\mystrtoul.c
|
||||
|
||||
!IF "$(CFG)" == "pythoncore - Win32 Release"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue