micropython/ports/windows/msvc
stijn 106e594580 windows: Make printing of debugging info work out of the box.
Printing debugging info by defining MICROPY_DEBUG_VERBOSE expects
a definition of the DEBUG_printf function which is readily available
in printf.c so include that file in the build. Before this patch
one would have to manually provide such definition which is tedious.

For the msvc port disable MICROPY_USE_INTERNAL_PRINTF though: the
linker provides no (easy) way to replace printf with the custom
version as defined in printf.c.
2018-07-05 19:44:18 +10:00
..
sys ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
common.props ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
debug.props ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
dirent.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
dirent.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
genhdr.targets all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
gettimeofday.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
paths.props all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
release.props ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
sources.props windows: Make printing of debugging info work out of the box. 2018-07-05 19:44:18 +10:00
unistd.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00