diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-07-25 13:58:07 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-07-25 13:58:07 (GMT) |
commit | f7152db99fbbeccec7ca734535836a9605cf932a (patch) | |
tree | 3dd5248a30d97248b44f5a0b74bf201d8962730d /PCbuild | |
parent | efd5df9e5267fd337cde95b0dec319ea59187bf4 (diff) | |
download | cpython-f7152db99fbbeccec7ca734535836a9605cf932a.zip cpython-f7152db99fbbeccec7ca734535836a9605cf932a.tar.gz cpython-f7152db99fbbeccec7ca734535836a9605cf932a.tar.bz2 |
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 83c7ad2..57b7b5c 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 dea54d4..f7f9abe 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> |