Project-wide additional library paths -- MSVS2008
Posted
by sacamano
on Stack Overflow
See other posts from Stack Overflow
or by sacamano
Published on 2010-03-14T19:26:46Z
Indexed on
2010/03/14
19:35 UTC
Read the original article
Hit count: 175
Hi there.
I'm setting up a VC++ project in MS Visual Studio 2008 that'll be used by several people. I wanted to keep things as simple as possible so I've set up Additional Include Directories via the Project properties. I've also set up additional library files via Tools -> Options -> Projects and Solutions -> VC++ Directories.
However, my issue is that I really need to set up Additional library PATHs, because I am using an SDK which does inline linking of libraries.
I could just tell each one of the participants to manually add the library path to their MSVS2008 environment, but it would be handy if I could integrate the RELATIVE library path in the project itself.
© Stack Overflow or respective owner