Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: 16BitBilly on March 06, 2015, 07:59:20 pm

Title: Inheriting the Linker Settings and Search Directory Settings of another pproject
Post by: 16BitBilly on March 06, 2015, 07:59:20 pm
I wanted to know if it is possible to inherit the linker settings and search directory settings of another project in the same workspace.

Title: Re: Inheriting the Linker Settings and Search Directory Settings of another pproject
Post by: oBFusCATed on March 06, 2015, 08:09:23 pm
Nope, you would have to use global variables to achieve this.
Title: Re: Inheriting the Linker Settings and Search Directory Settings of another pproject
Post by: 16BitBilly on March 06, 2015, 08:12:37 pm
Thanks for clearing that up.
Title: Re: Inheriting the Linker Settings and Search Directory Settings of another pproject
Post by: MortenMacFly on March 06, 2015, 08:16:10 pm
I wanted to know if it is possible to inherit the linker settings and search directory settings of another project in the same workspace.
No. But if you choose targets within a project instead of projects within a workspace it is well possible.