mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Remove ``pythonw.exe`` dependency on the Microsoft C++ runtime.
|
||||
@@ -65,6 +65,15 @@
|
||||
<SubSystem>Windows</SubSystem>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="$(Configuration) != 'Debug'">
|
||||
<ClCompile>
|
||||
<RuntimeLibrary>Multithreaded</RuntimeLibrary>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>ucrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<IgnoreSpecificDefaultLibraries>libucrt;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\PC\pyconw.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user