Corrected the name of the output debug pdb file.
This commit is contained in:
parent
06225de129
commit
81a369b7aa
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user