diff options
Diffstat (limited to 'PCbuild/python.vcxproj')
-rw-r--r-- | PCbuild/python.vcxproj | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index d0a9de0b06..bd12624596 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -243,7 +243,7 @@ <Link> <OutputFile>$(OutDir)python_d.exe</OutputFile> <SubSystem>Console</SubSystem> - <StackReserveSize>2100000</StackReserveSize> + <StackReserveSize>4194304</StackReserveSize> <BaseAddress>0x1d000000</BaseAddress> </Link> </ItemDefinitionGroup> @@ -357,12 +357,8 @@ <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="w9xpopen.vcxproj"> - <Project>{e9e0a1f6-0009-4e8c-b8f8-1b8f5d49a058}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |