KEJR Posted November 18, 2009 Share Posted November 18, 2009 We have a need to include a common set of code for all projects when we are building our own Capp. Think of it like a library with a common set of API components that is shared among different projects on a networked fileserver. I would like to keep everything within the DT IDE but I don't know the capability to reference header files and source/object files that are outside of the project folder. I don't know if it is recommended to edit the make file in the Capp folder directly since it might be automatically generated, or need to change with different versions of the IDE. Any advice/help on this would be appreciated. Link to comment Share on other sites More sharing options...
bradp Posted November 18, 2009 Share Posted November 18, 2009 This is planned in the IDE. You will be able to add to the make file as part of the project properties. Sorry It is not implemented yet but it will eventually get there. Link to comment Share on other sites More sharing options...
KEJR Posted November 19, 2009 Author Share Posted November 19, 2009 That is great news. For the meantime I should be able to pull my source in "manually" and just update the *.c and *.h files accordingly. This method gets tedious beyond a few projects which is probably a year or two into the future. Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts