I have a large C++ project that has three minor additional dependencies: Fortran, flex and bison. The fortran code is very stable, I have the library, and I am not concerned about it. However, the flex and bison dependencies change, and it would be convenient to not have to have a separate MSYS window open to process them. Is there any way to tell Visual Studio (2008) to include these dependencies?
Forgive me if this is an FAQor is in the wrong forum -- I am new here.