8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1b5a3 commit 75567d5Copy full SHA for 75567d5
ports/windows/micropython.vcxproj
@@ -89,6 +89,7 @@
89
<ClCompile Include="@(PyExtModSource)" />
90
<ClCompile Include="$(PyBaseDir)shared\readline\*.c" />
91
<ClCompile Include="$(PyBaseDir)shared\runtime\gchelper_generic.c" />
92
+ <ClCompile Include="$(PyBaseDir)shared\runtime\pyexec.c" />
93
<ClCompile Include="$(PyBaseDir)ports\windows\*.c" />
94
<ClCompile Include="$(PyBaseDir)ports\windows\msvc\*.c" />
95
<ClCompile Include="$(PyBaseDir)ports\unix\gccollect.c"/>
0 commit comments