Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

updated project?

Mike896
Beginner
463 Views

Hi

I have modified a Static_Library project inside one solution by adding some files.

I expect this project will be updated in other solutions which uses it.

But I found it's not.

How to do it?

Mike

0 Kudos
2 Replies
DavidWhite
Valued Contributor II
463 Views

Mike,

I think I have got around this by adding the project for the library to the solution for the main project. You then need to make sure that the dependencies are set so that the main project depends on the library.

This way the solution is rebuilt when any of the other project are modified, even if they are modified externally to the main project solution.

David

0 Kudos
Mike896
Beginner
463 Views
Quoting - David White

Mike,

I think I have got around this by adding the project for the library to the solution for the main project. You then need to make sure that the dependencies are set so that the main project depends on the library.

This way the solution is rebuilt when any of the other project are modified, even if they are modified externally to the main project solution.

David

Yes, it works.

Thank you for your help.

Mike

0 Kudos
Reply