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"
IgnoreDefaultLibraryNames="libc"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/client.pdb"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
SubSystem="0"
ImportLibrary="$(SolutionDir)lib\windows/$(TargetName).lib"
TargetMachine="1"