Corrected the name of the output debug pdb file.

This commit is contained in:
Juan Carlos Luciani 2007-02-13 23:58:11 +00:00
parent 06225de129
commit 81a369b7aa

View File

@ -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"