diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2014-01-04 10:25:35 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2014-01-04 10:25:35 (GMT) |
commit | 5aaf8476fdc915ba2d5b3f53acba25d8c05afffb (patch) | |
tree | 1bc00716a564677d199922c167d22c92634ed80a /PCbuild | |
parent | dd3c36d1252b92b8c85e70bda385db58f0939aef (diff) | |
download | cpython-5aaf8476fdc915ba2d5b3f53acba25d8c05afffb.zip cpython-5aaf8476fdc915ba2d5b3f53acba25d8c05afffb.tar.gz cpython-5aaf8476fdc915ba2d5b3f53acba25d8c05afffb.tar.bz2 |
Drop reference to pythoncore, to avoid linking python34.dll
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/xxlimited.vcxproj | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj index 26bc20d..f9770d9 100644 --- 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> |