Re-initializing Visual Studio project when linux Makefiles change

Sysprogs forums Forums VisualGDB Re-initializing Visual Studio project when linux Makefiles change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6523
    phil.g
    Participant

    I am currently running v4.0 of VisualGDB.  I want to use it on a large project with hundreds of files, where other developers are also making changes.  When one of us adds some files, one or more of the makefiles changes.  I have not found a way to synchronize an existing Visual Studio project (created by VisualGDB) with the new makefiles.  I have been working around this by making an entirely new project and solution, but that takes quite a bit of time and is very tedious.  Is there a way to get VisualGDB to re-build the project based on the changed makefiles?

    Thanks!

    — Phil

    #6560
    support
    Keymaster

    We would recommend checking in the .vcxproj files and the .vgdbsettings files to your source control system. When other developers add more source files, the checked in Visual Studio project will be updated and you will automatically receive the changes when you update your checkout.

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