From 50beefb31f446df24dc7e309c722d26b83448b13 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 14 Mar 2006 21:29:38 +0000 Subject: (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. --- openttd.vcproj | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'openttd.vcproj') 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" -- cgit v1.2.3-54-g00ecf