Disable auto-updating of EXTERNAL_LIBS while keeping auto-updating of SOURCEFILE

Sysprogs forums Forums VisualGDB Disable auto-updating of EXTERNAL_LIBS while keeping auto-updating of SOURCEFILE

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9334
    CurtisHx
    Participant

    Is there a way to disable the auto-updating of EXTERNAL_LIBS make variable while maintaining auto-updating the SOURCEFILES variable? I see the “#VisualGDB: AutoSourceFiles #<— remove this line to disable auto-updating of SOURCEFILES and EXTERNAL_LIBS”, but I would like to keep the AutoSourceFiles functionality.

    #9339
    support
    Keymaster

    Hi,

    This is not possible directly, however you can simply remove the references to $(EXTERNAL_LIBS) in the Makefile rules. Hence VisualGDB will update the variable, but its value will be ignored.

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