You can edit the vcproj file using for instance notepad but editing project properties / linker / input / additional dependencies is a lot easier.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
Well apparently %(AdditionalDependencies) was a macro, which I didn't understand because I've never looked at the macros section of the libs page. Unfortunately, I still can't find how trees.lib is being included (obviously it isn't in the input section and I couldn't find it under the %(AdditionalDependencies) macro either).
MrViggy, just the usual way using the lib input properties. But this is a framework made by intel I've been working with and learning from and I don't know how they are including the trees library I want to remove.
Bookmarks