<div>Hi all,<br></div><div></div><div>I&#39;m building a shared library and have a 3rd party library whose output is in the following folder structure:</div><div></div><div>lib/</div><div>    debug/</div><div>        &lt;debug lib file&gt;</div>
<div>    release/</div><div>        &lt;release lib file&gt;</div><div></div><div>Is it possible to change the linker path for different build configurations? I&#39;m generating Visual C++ 2008 project files. For now I just renamed the debug version with a _d suffix and put both libraries into the same folder, which works fine, but I prefer not having both debug and release libraries in the same folder.</div>
<div></div><div>Thanks,</div><div></div><div>Nathan</div>