Skip to content

Commit 951fc7e

Browse files
stinospfalcon
authored andcommitted
msvc: Use new modmachine infrastructure per changes in f925165
1 parent d874702 commit 951fc7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

windows/msvc/sources.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<ClCompile Include="$(PyBaseDir)unix\main.c"/>
1313
<ClCompile Include="$(PyBaseDir)unix\modos.c"/>
1414
<ClCompile Include="$(PyBaseDir)unix\modtime.c"/>
15-
<ClCompile Include="$(PyBaseDir)extmod\modmachine.c" />
15+
<ClCompile Include="$(PyBaseDir)unix\modmachine.c" />
16+
<ClCompile Include="$(PyBaseDir)extmod\machine_mem.c" />
1617
<ClCompile Include="$(PyBaseDir)extmod\modubinascii.c" />
1718
<ClCompile Include="$(PyBaseDir)extmod\moductypes.c" />
1819
<ClCompile Include="$(PyBaseDir)extmod\moduhashlib.c" />

0 commit comments

Comments
 (0)