Changeset - r3203:0bb3b02cfe36
[Not reviewed]
master
0 1 0
Darkvater - 18 years ago 2006-03-14 21:29:38
darkvater@openttd.org
(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.
1 file changed with 2 insertions and 5 deletions:
0 comments (0 inline, 0 general)
openttd.vcproj
Show inline comments
 
@@ -20,13 +20,13 @@
 
			CharacterSet="2"
 
			WholeProgramOptimization="TRUE">
 
			<Tool
 
				Name="VCCLCompilerTool"
 
				Optimization="3"
 
				GlobalOptimizations="TRUE"
 
				InlineFunctionExpansion="1"
 
				InlineFunctionExpansion="2"
 
				EnableIntrinsicFunctions="TRUE"
 
				FavorSizeOrSpeed="2"
 
				OmitFramePointers="TRUE"
 
				OptimizeForProcessor="1"
 
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
 
				StringPooling="TRUE"
 
@@ -55,17 +55,14 @@
 
			<Tool
 
				Name="VCLinkerTool"
 
				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib"
 
				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"
 
				TargetMachine="1"/>
 
			<Tool
 
				Name="VCMIDLTool"
0 comments (0 inline, 0 general)