Author Topic: Inheriting the Linker Settings and Search Directory Settings of another pproject  (Read 3326 times)

Offline 16BitBilly

  • Multiple posting newcomer
  • *
  • Posts: 13
I wanted to know if it is possible to inherit the linker settings and search directory settings of another project in the same workspace.


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Nope, you would have to use global variables to achieve this.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline 16BitBilly

  • Multiple posting newcomer
  • *
  • Posts: 13
Thanks for clearing that up.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ