Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

updated project?

Mike896
Beginner
468 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
468 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
468 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