diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-07-25 08:58:07 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-07-25 08:58:07 -0500 |
commit | 4141806baa742f274be3c69778aab5a14d40f7bd (patch) | |
tree | affd6a35b1f32c622ca53519bceef9067b0d01aa /PCbuild | |
parent | 3dfd0d94d08b979be87a1c46091418ef0101de55 (diff) | |
download | cpython-4141806baa742f274be3c69778aab5a14d40f7bd.tar.gz |
Issue #18093: Give the Windows build _testembed.c's new location.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/_testembed.vcxproj | 2 | ||||
-rw-r--r-- | PCbuild/_testembed.vcxproj.filters | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/_testembed.vcxproj b/PCbuild/_testembed.vcxproj index 83c7ad21e7..57b7b5cb1e 100644 --- a/PCbuild/_testembed.vcxproj +++ b/PCbuild/_testembed.vcxproj @@ -143,7 +143,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="..\Modules\_testembed.c" /> + <ClCompile Include="..\Programs\_testembed.c" /> </ItemGroup> <ItemGroup> <ProjectReference Include="pythoncore.vcxproj"> diff --git a/PCbuild/_testembed.vcxproj.filters b/PCbuild/_testembed.vcxproj.filters index dea54d4ad4..f7f9abeb1d 100644 --- a/PCbuild/_testembed.vcxproj.filters +++ b/PCbuild/_testembed.vcxproj.filters @@ -15,7 +15,7 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="..\Modules\_testembed.c"> + <ClCompile Include="..\Programs\_testembed.c"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> |