mirror of
https://github.com/python/cpython.git
synced 2025-01-21 16:05:02 +08:00
Issue #18093: Give the Windows build _testembed.c's new location.
This commit is contained in:
parent
efd5df9e52
commit
f7152db99f
@ -143,7 +143,7 @@
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\Modules\_testembed.c" />
|
||||
<ClCompile Include="..\Programs\_testembed.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="pythoncore.vcxproj">
|
||||
|
@ -15,7 +15,7 @@
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\Modules\_testembed.c">
|
||||
<ClCompile Include="..\Programs\_testembed.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user