Equivalent of "Link Library Dependencies"?

Sysprogs forums Forums VisualGDB Equivalent of "Link Library Dependencies"?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7913
    angus_fx
    Participant

    Is there an equivalent of Visual Studio’s “Link Library Dependencies” behaviour – where library outputs from dependent projects are linked automatically, without having to explicitly specify those libraries as inputs to the makefile?

    #7915
    support
    Keymaster

    Hi,

    Normally yes. When you add a reference from one Makefile project to another one, VisualGDB will add the outputs of referenced projects to the EXTERNAL_LIBS variable in the Makefile (updated on each build) and the libraries will be linked with.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.