Corrected the name of the output debug pdb file.
This commit is contained in:
		| @@ -73,7 +73,7 @@ | |||||||
| 				IgnoreAllDefaultLibraries="false" | 				IgnoreAllDefaultLibraries="false" | ||||||
| 				IgnoreDefaultLibraryNames="libc" | 				IgnoreDefaultLibraryNames="libc" | ||||||
| 				GenerateDebugInformation="true" | 				GenerateDebugInformation="true" | ||||||
| 				ProgramDatabaseFile="$(OutDir)/client.pdb" | 				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" | ||||||
| 				SubSystem="0" | 				SubSystem="0" | ||||||
| 				ImportLibrary="$(SolutionDir)lib\windows/$(TargetName).lib" | 				ImportLibrary="$(SolutionDir)lib\windows/$(TargetName).lib" | ||||||
| 				TargetMachine="1" | 				TargetMachine="1" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user