Commit bd0b478e authored by joerg@trift2.'s avatar joerg@trift2.
Browse files

VC++Files/sql/mysqld.vcproj

    Ensure ".pdb" and ".map" files are created for the MySQL server, in all configurations.
parent 425bbb32
Loading
Loading
Loading
Loading
+41 −5
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
				ProgramDataBaseFileName=".\classic_nt/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="1"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
@@ -44,6 +45,10 @@
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				AdditionalLibraryDirectories=""
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="../client_classic/mysqld-nt.pdb"
				GenerateMapFile="TRUE"
				MapFileName="../client_classic/mysqld-nt.map"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool
@@ -95,6 +100,7 @@
				ProgramDataBaseFileName=".\max/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="1"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
@@ -104,6 +110,10 @@
				OutputFile="../client_release/mysqld-max.exe"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="../client_release/mysqld-max.pdb"
				GenerateMapFile="TRUE"
				MapFileName="../client_release/mysqld-max.map"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool
@@ -155,6 +165,7 @@
				ProgramDataBaseFileName=".\max_nt/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="1"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
@@ -164,9 +175,10 @@
				OutputFile="../client_release/mysqld-max-nt.exe"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				ProgramDatabaseFile=".\max_nt/mysqld-max-nt.pdb"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="../client_release/mysqld-max-nt.pdb"
				GenerateMapFile="TRUE"
				MapFileName=".\max_nt/mysqld-max-nt.map"
				MapFileName="../client_release/mysqld-max-nt.map"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool
@@ -218,6 +230,7 @@
				ProgramDataBaseFileName=".\nt/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="1"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
@@ -227,9 +240,10 @@
				OutputFile="../client_release/mysqld-nt.exe"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				ProgramDatabaseFile=".\nt/mysqld-nt.pdb"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="../client_release/mysqld-nt.pdb"
				GenerateMapFile="TRUE"
				MapFileName=".\nt/mysqld-nt.map"
				MapFileName="../client_release/mysqld-nt.map"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool
@@ -281,6 +295,7 @@
				ProgramDataBaseFileName=".\pro_nt/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="1"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
@@ -291,6 +306,10 @@
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				AdditionalLibraryDirectories=""
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="../client_pro/mysqld-nt.pdb"
				GenerateMapFile="TRUE"
				MapFileName="../client_pro/mysqld-nt.map"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool
@@ -350,7 +369,9 @@
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile=".\debug/mysqld-debug.pdb"
				ProgramDatabaseFile="../client_debug/mysqld-debug.pdb"
				GenerateMapFile="TRUE"
				MapFileName="../client_debug/mysqld-debug.map"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool
@@ -402,6 +423,7 @@
				ProgramDataBaseFileName=".\pro/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="1"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
@@ -412,6 +434,10 @@
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				AdditionalLibraryDirectories=""
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="../client_pro/mysqld.pdb"
				GenerateMapFile="TRUE"
				MapFileName="../client_pro/mysqld.map"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool
@@ -463,6 +489,7 @@
				ProgramDataBaseFileName=".\classic/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="1"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
@@ -473,6 +500,10 @@
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				AdditionalLibraryDirectories=""
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="../client_classic/mysqld.pdb"
				GenerateMapFile="TRUE"
				MapFileName="../client_classic/mysqld.map"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool
@@ -524,6 +555,7 @@
				ProgramDataBaseFileName=".\release/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="1"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
@@ -533,6 +565,10 @@
				OutputFile="../client_release/mysqld.exe"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="../client_release/mysqld.pdb"
				GenerateMapFile="TRUE"
				MapFileName="../client_release/mysqld.map"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool