From 52bda06b347c0255c3b2269901729384081c1e7e Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Wed, 2 Jun 2010 16:06:56 -0500 Subject: [PATCH] trivial path error --- libs/win32/pocketsphinx/pocketsphinx.2008.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj b/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj index 4ca287b2f8..68debfca09 100644 --- a/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj +++ b/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj @@ -256,7 +256,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\..\Debug" GenerateDebugInformation="true" - ProgramDatabaseFile=".\..\..\..\bin\Debug/pocketsphinx.pdb" + ProgramDatabaseFile="$(IntDir)/pocketsphinx.pdb" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="1" @@ -348,7 +348,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\..\Debug" GenerateDebugInformation="true" - ProgramDatabaseFile=".\..\..\..\bin\Debug/pocketsphinx.pdb" + ProgramDatabaseFile="$(IntDir)/pocketsphinx.pdb" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="17"