[Python-checkins] cpython: Drop reference to pythoncore, to avoid linking python34.dll

martin.v.loewis python-checkins at python.org
Sat Jan 4 11:26:04 CET 2014


http://hg.python.org/cpython/rev/e36018357fd1
changeset:   88291:e36018357fd1
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sat Jan 04 11:25:35 2014 +0100
summary:
  Drop reference to pythoncore, to avoid linking python34.dll

files:
  PCbuild/xxlimited.vcxproj |  5 -----
  1 files changed, 0 insertions(+), 5 deletions(-)


diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj
--- a/PCbuild/xxlimited.vcxproj
+++ b/PCbuild/xxlimited.vcxproj
@@ -183,11 +183,6 @@
   <ItemGroup>
     <ClCompile Include="..\Modules\xxlimited.c" />
   </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="pythoncore.vcxproj">
-      <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
-    </ProjectReference>
-  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>

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


More information about the Python-checkins mailing list