8000 ports/windows: Add pyexec.c to micropython.vcxproj. · micropython/micropython@75567d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75567d5

Browse files
committed
ports/windows: Add pyexec.c to micropython.vcxproj.
This is required by the unix port to support the rawrepl feature. Signed-off-by: Glenn Moloney <glenn.moloney@gmail.com>
1 parent 9b1b5a3 commit 75567d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/windows/micropython.vcxproj

Lines changed: 1 addition & 0 deletions
5708
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
<ClCompile Include="@(PyExtModSource)" />
9090
<ClCompile Include="$(PyBaseDir)shared\readline\*.c" />
9191
<ClCompile Include="$(PyBaseDir)shared\runtime\gchelper_generic.c" />
92+
<ClCompile Include="$(PyBaseDir)shared\runtime\pyexec.c" />
9293
<ClCompile Include="$(PyBaseDir)ports\windows\*.c" />
9394
<ClCompile Include="$(PyBaseDir)ports\windows\msvc\*.c" />
9495
<ClCompile Include="$(PyBaseDir)ports\unix\gccollect.c"/>

0 commit comments

Comments
 (0)
0