summaryrefslogtreecommitdiff
path: root/projects/openttd_vs90.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_vs90.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_vs90.vcproj')
-rw-r--r--projects/openttd_vs90.vcproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index f85cd3a4c..be8c39866 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -104,8 +104,8 @@
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
SubSystem="2"
- StackReserveSize="1024"
- StackCommitSize="1024"
+ StackReserveSize="1048576"
+ StackCommitSize="1048576"
OptimizeReferences="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
@@ -202,8 +202,8 @@
IgnoreDefaultLibraryNames="LIBCMT.lib"
GenerateDebugInformation="true"
SubSystem="2"
- StackReserveSize="1024"
- StackCommitSize="1024"
+ StackReserveSize="1048576"
+ StackCommitSize="1048576"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
@@ -314,8 +314,8 @@
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
SubSystem="2"
- StackReserveSize="1024"
- StackCommitSize="1024"
+ StackReserveSize="1048576"
+ StackCommitSize="1048576"
OptimizeReferences="2"
TargetMachine="17"
/>
@@ -416,8 +416,8 @@
IgnoreDefaultLibraryNames="LIBCMT.lib"
GenerateDebugInformation="true"
SubSystem="2"
- StackReserveSize="1024"
- StackCommitSize="1024"
+ StackReserveSize="1048576"
+ StackCommitSize="1048576"
TargetMachine="17"
/>
<Tool