The first paragraph of Ch 4 of Pro Fortran User Guide says that a project can
be "told" of compilation dependencies.
I have built a static library project and another project that calls a procedure
in the static library. It all works when I add the .a file to the calling project.
But how do I get the calling code rebuilt when the library changes? This is
done in other IDEs by setting dependencies. I have searched the doc and
these messages, but didn't see anything. Pointer to the doc or an option
setting would be appreciated. Thanks.
walt.brainerd@gmail.com