(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.
authorDarkvater
Tue, 14 Mar 2006 21:29:38 +0000
changeset 3203 dba3d180ba73
parent 3202 e15c8e8a772b
child 3204 1d8c8114e073
(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
--- a/openttd.vcproj	Tue Mar 14 20:59:03 2006 +0000
+++ b/openttd.vcproj	Tue Mar 14 21:29:38 2006 +0000
@@ -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"