This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Include .lib File

We can add a .lib File to a project by adding the file to a target.
But I have the situation, that I would like to include one .lib File or the other .lib File dependent on how some #defines are set. So I like to specify via source code (between #ifdef ... #else .. #endif) which .lib file I like to link into my project.
How can this be done?
Thanks in advance for your hints. - Adrian

0