Skip to content

Commit 1ebeee0

Browse files
stinosdpgeorge
authored andcommitted
windows: Compile printf.c for the msvc port.
This provides the DEBUG_printf definition which is needed when defining MICROPY_DEBUG_VERBOSE, and is consistent with all other ports. Signed-off-by: stijn <stijn@ignitron.net>
1 parent a2aad14 commit 1ebeee0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ports/windows/micropython.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<ItemGroup>
8888
<ClCompile Include="@(PyCoreSource)" />
8989
<ClCompile Include="@(PyExtModSource)" />
90+
<ClCompile Include="$(PyBaseDir)shared\libc\printf.c" />
9091
<ClCompile Include="$(PyBaseDir)shared\readline\*.c" />
9192
<ClCompile Include="$(PyBaseDir)shared\runtime\gchelper_generic.c" />
9293
<ClCompile Include="$(PyBaseDir)shared\runtime\pyexec.c" />

0 commit comments

Comments
 (0)