[Python-checkins] cpython: Issue #18093: Give the Windows build _testembed.c's new location.

zach.ware python-checkins at python.org
Fri Jul 25 15:58:26 CEST 2014


http://hg.python.org/cpython/rev/766570a5d607
changeset:   91859:766570a5d607
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jul 25 08:58:07 2014 -0500
summary:
  Issue #18093: Give the Windows build _testembed.c's new location.

files:
  PCbuild/_testembed.vcxproj         |  2 +-
  PCbuild/_testembed.vcxproj.filters |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/PCbuild/_testembed.vcxproj b/PCbuild/_testembed.vcxproj
--- 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
--- 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>

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list