diff options
author | glx <glx@openttd.org> | 2009-06-17 17:43:33 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2009-06-17 17:43:33 +0000 |
commit | fcf75cdcc756db45abab6ce74b31fa6cd316dde5 (patch) | |
tree | b0d840fbdd905ed4f48a6f10295105ddaa53c47f /projects | |
parent | 05e5f80ebd2c57333b9783b50ae1cdca51eab9a1 (diff) | |
download | openttd-fcf75cdcc756db45abab6ce74b31fa6cd316dde5.tar.xz |
(svn r16588) -Fix [FS#2978]: set default stack size to 1MB to prevent _chstk crash (MSVC)
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj.in | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj.in | 8 |
4 files changed, 32 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index a3f3437cf..b301dc3f2 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -103,6 +103,8 @@ IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" OptimizeReferences="2" OptimizeForWindows98="1" TargetMachine="1" @@ -201,6 +203,8 @@ IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" TargetMachine="1" /> <Tool @@ -312,6 +316,8 @@ IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" OptimizeReferences="2" OptimizeForWindows98="1" TargetMachine="17" @@ -413,6 +419,8 @@ IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" TargetMachine="17" /> <Tool diff --git a/projects/openttd_vs80.vcproj.in b/projects/openttd_vs80.vcproj.in index 5b9ac3e7a..feb18f977 100644 --- a/projects/openttd_vs80.vcproj.in +++ b/projects/openttd_vs80.vcproj.in @@ -103,6 +103,8 @@ IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" OptimizeReferences="2" OptimizeForWindows98="1" TargetMachine="1" @@ -201,6 +203,8 @@ IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" TargetMachine="1" /> <Tool @@ -312,6 +316,8 @@ IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" OptimizeReferences="2" OptimizeForWindows98="1" TargetMachine="17" @@ -413,6 +419,8 @@ IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" TargetMachine="17" /> <Tool diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 9d4e20aaa..f85cd3a4c 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -104,6 +104,8 @@ IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" OptimizeReferences="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" @@ -200,6 +202,8 @@ IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="1" @@ -310,6 +314,8 @@ IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" OptimizeReferences="2" TargetMachine="17" /> @@ -410,6 +416,8 @@ IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" TargetMachine="17" /> <Tool diff --git a/projects/openttd_vs90.vcproj.in b/projects/openttd_vs90.vcproj.in index 3612cdd87..91eda1d94 100644 --- a/projects/openttd_vs90.vcproj.in +++ b/projects/openttd_vs90.vcproj.in @@ -104,6 +104,8 @@ IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" OptimizeReferences="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" @@ -200,6 +202,8 @@ IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="1" @@ -310,6 +314,8 @@ IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" OptimizeReferences="2" TargetMachine="17" /> @@ -410,6 +416,8 @@ IgnoreDefaultLibraryNames="LIBCMT.lib" GenerateDebugInformation="true" SubSystem="2" + StackReserveSize="1024" + StackCommitSize="1024" TargetMachine="17" /> <Tool |