Issue #18093: Give the Windows build _testembed.c's new location.

This commit is contained in:
Zachary Ware 2014-07-25 08:58:07 -05:00
parent efd5df9e52
commit f7152db99f
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\Modules\_testembed.c" />
<ClCompile Include="..\Programs\_testembed.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="pythoncore.vcxproj">

View File

@ -15,7 +15,7 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\Modules\_testembed.c">
<ClCompile Include="..\Programs\_testembed.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>