From b88443f035077990ccdb7966e08af69f9654fe58 Mon Sep 17 00:00:00 2001 From: glx Date: Wed, 17 Jun 2009 19:18:29 +0000 Subject: [PATCH] (svn r16589) -Fix (r16588): defautl stack size was set to 1KB instead 1MB --- projects/openttd_vs80.vcproj | 16 ++++++++-------- projects/openttd_vs80.vcproj.in | 16 ++++++++-------- projects/openttd_vs90.vcproj | 16 ++++++++-------- projects/openttd_vs90.vcproj.in | 16 ++++++++-------- 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index b301dc3f2a..50d3cbc8c6 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -103,8 +103,8 @@ IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" SubSystem="2" - StackReserveSize="1024" - StackCommitSize="1024" + StackReserveSize="1048576" + StackCommitSize="1048576" OptimizeReferences="2" OptimizeForWindows98="1" TargetMachine="1" @@ -203,8 +203,8 @@ IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" - StackReserveSize="1024" - StackCommitSize="1024" + StackReserveSize="1048576" + StackCommitSize="1048576" TargetMachine="1" /> @@ -416,8 +416,8 @@ IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" - StackReserveSize="1024" - StackCommitSize="1024" + StackReserveSize="1048576" + StackCommitSize="1048576" TargetMachine="17" /> @@ -416,8 +416,8 @@ IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" - StackReserveSize="1024" - StackCommitSize="1024" + StackReserveSize="1048576" + StackCommitSize="1048576" TargetMachine="17" />