Part Number: TM4C1294NCPDT
Tool/software: Code Composer Studio
Hi Folks,
I have a 2 distinct questions regarding managing relative large projects:
- If I want to add third party library to my project, I add the header folder as linked resource let the developer to browse the headers: check the API. Is it possible to add linked resource depending on the build configuration? To see the right folders built to release or debug configuration?
- I think, quite often developer needs to use common resources, like string pieces, or compile time constant that are not belongs to a small area of the code. Is there any solution in Code Composer Studio to dedicated file to keep track such resources?
An analog would be string resource / localization in Visual Studio & C# area, where resx files are used to store commonly used string resources
Regards,
Toth, Norbert