summaryrefslogtreecommitdiff
path: root/projects/openttd_vs80.vcproj
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-06-17 19:18:29 +0000
committerglx <glx@openttd.org>2009-06-17 19:18:29 +0000
commitb88443f035077990ccdb7966e08af69f9654fe58 (patch)
treeb8728712ea04715aa289dad6cc34c77e252c7597 /projects/openttd_vs80.vcproj
parentfcf75cdcc756db45abab6ce74b31fa6cd316dde5 (diff)
downloadopenttd-b88443f035077990ccdb7966e08af69f9654fe58.tar.xz
(svn r16589) -Fix (r16588): defautl stack size was set to 1KB instead 1MB
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r--projects/openttd_vs80.vcproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index b301dc3f2..50d3cbc8c 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"
/>
<Tool
@@ -316,8 +316,8 @@
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
SubSystem="2"
- StackReserveSize="1024"
- StackCommitSize="1024"
+ StackReserveSize="1048576"
+ StackCommitSize="1048576"
OptimizeReferences="2"
OptimizeForWindows98="1"
TargetMachine="17"
@@ -419,8 +419,8 @@
IgnoreDefaultLibraryNames="LIBCMT.lib"
GenerateDebugInformation="true"
SubSystem="2"
- StackReserveSize="1024"
- StackCommitSize="1024"
+ StackReserveSize="1048576"
+ StackCommitSize="1048576"
TargetMachine="17"
/>
<Tool