]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #18093: Give the Windows build _testembed.c's new location.
authorZachary Ware <zachary.ware@gmail.com>
Fri, 25 Jul 2014 13:58:07 +0000 (08:58 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 25 Jul 2014 13:58:07 +0000 (08:58 -0500)
PCbuild/_testembed.vcxproj
PCbuild/_testembed.vcxproj.filters

index 83c7ad21e720273ce0ddc272c29833c5aa6d21c7..57b7b5cb1eb5dbf4d0df823435522b67f4912997 100644 (file)
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\Modules\_testembed.c" />
+    <ClCompile Include="..\Programs\_testembed.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="pythoncore.vcxproj">
index dea54d4ad46e174c68c4bca72eb13dc93ca37c9f..f7f9abeb1dfaae2be034b7148c015a795deb709e 100644 (file)
@@ -15,7 +15,7 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\Modules\_testembed.c">
+    <ClCompile Include="..\Programs\_testembed.c">
       <Filter>Source Files</Filter>
     </ClCompile>
   </ItemGroup>