summaryrefslogtreecommitdiff
path: root/openttd.vcproj
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-03-14 21:29:38 +0000
committerDarkvater <darkvater@openttd.org>2006-03-14 21:29:38 +0000
commit91facef36aa6909e0846ec3fca777c5ad5c41084 (patch)
tree9c264875588bb083cefb589d37dc0aea986d38ba /openttd.vcproj
parentcab087559f4b2aab4d42f32d020ed7717c18e303 (diff)
downloadopenttd-91facef36aa6909e0846ec3fca777c5ad5c41084.tar.xz
(svn r3871) - [win32] Remove mapfile generation and generate a pdb file instead. This and the corresponding executable is enough to trace the source of a crash given by crash.txt by using WinDbg for example. Mapfiles are a bit deprecated in the newer VS environments.
Diffstat (limited to 'openttd.vcproj')
-rw-r--r--openttd.vcproj7
1 files changed, 2 insertions, 5 deletions
diff --git a/openttd.vcproj b/openttd.vcproj
index e3bcc1c93..75147bc82 100644
--- a/openttd.vcproj
+++ b/openttd.vcproj
@@ -23,7 +23,7 @@
Name="VCCLCompilerTool"
Optimization="3"
GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
+ InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
FavorSizeOrSpeed="2"
OmitFramePointers="TRUE"
@@ -58,11 +58,8 @@
OutputFile=".\Release/openttd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\Release/openttd.pdb"
- GenerateMapFile="TRUE"
- MapFileName=".\Release/openttd.map"
- MapExports="TRUE"
- MapLines="TRUE"
SubSystem="2"
OptimizeReferences="2"
OptimizeForWindows98="1"