From 81a369b7aa696466cceed244bc1c0d384d6327e2 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Tue, 13 Feb 2007 23:58:11 +0000 Subject: [PATCH] Corrected the name of the output debug pdb file. --- CASA-auth-token/client/library/windows/client.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CASA-auth-token/client/library/windows/client.vcproj b/CASA-auth-token/client/library/windows/client.vcproj index 86097637..ac9c6d7e 100644 --- a/CASA-auth-token/client/library/windows/client.vcproj +++ b/CASA-auth-token/client/library/windows/client.vcproj @@ -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"