Linker input modifying for graphics projects of C++ (PPP)

Hi all,

I wanted to do the exercises of chapter 12 of Programming Principles and Practice using C++ book. But I had to modify the linker input to "fltkd.lib;wsock32.lib;comctl32.lib;fltkjpegd.lib;fltkimagesd.lib;%(AdditionalDependencies)". Then it compiled. That is, for each project I have to modify the linker input.

Isn't there any way to don't modify the linker input in each project or somehow do it generally one time and don't need to do that for the rest of the projects?

My compiler is visual studio 2012.
Last edited on
Topic archived. No new replies allowed.