User | Kudos |
---|---|
10 | |
3 | |
2 | |
2 | |
2 |
Make projects aware of the content of other projects so that you can join multiple projects into a master project. You should then be able to access the contents of each sub-project from the master project.
----------------------------------------------------------------------------------------------------
Scenario: You have multiple projects and want to build applications in each of them and then create an installer that includes all these applications.
If everything was in the same project you could just select all the build specifications and build everything in one go, but today's solution is much more cumbersome: Manually build each of the projects and then have a separate installer project that is based on auto-populating folders pointing to the outputs of the sub-projects...Or - create code that autopmates it for you...Or - forget about having spearate projects and put everything in the same project...(remember to avoid any VI naming conflicts).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.