summaryrefslogtreecommitdiff
path: root/projects
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
parentfcf75cdcc756db45abab6ce74b31fa6cd316dde5 (diff)
downloadopenttd-b88443f035077990ccdb7966e08af69f9654fe58.tar.xz
(svn r16589) -Fix (r16588): defautl stack size was set to 1KB instead 1MB
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs80.vcproj16
-rw-r--r--projects/openttd_vs80.vcproj.in16
-rw-r--r--projects/openttd_vs90.vcproj16
-rw-r--r--projects/openttd_vs90.vcproj.in16
4 files changed, 32 insertions, 32 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
diff --git a/projects/openttd_vs80.vcproj.in b/projects/openttd_vs80.vcproj.in
index feb18f977..80f363110 100644
--- a/projects/openttd_vs80.vcproj.in
+++ b/projects/openttd_vs80.vcproj.in
@@ -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
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
diff --git a/projects/openttd_vs90.vcproj.in b/projects/openttd_vs90.vcproj.in
index 91eda1d94..bc47bbd9f 100644
--- a/projects/openttd_vs90.vcproj.in
+++ b/projects/openttd_vs90.vcproj.in
@@ -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