<div>Hi all,<br></div><div></div><div>I'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> <debug lib file></div>
<div> release/</div><div> <release lib file></div><div></div><div>Is it possible to change the linker path for different build configurations? I'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>