diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-31 22:10:29 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-31 22:10:29 (GMT) |
commit | aa6111fc93c1cb5950e45ee3c8354e1e517b9524 (patch) | |
tree | 4c31cb2b727bc2a91ea83532fcd2d5540851c674 /PCbuild | |
parent | 03d1b1814b367baf8a52389b5a7d7805dba1f68a (diff) | |
download | cpython-aa6111fc93c1cb5950e45ee3c8354e1e517b9524.zip cpython-aa6111fc93c1cb5950e45ee3c8354e1e517b9524.tar.gz cpython-aa6111fc93c1cb5950e45ee3c8354e1e517b9524.tar.bz2 |
Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.dsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index ae193d5..83e8016 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -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"
|