Hi all,
I have some include directories that are required for my project. However, some of the files redeclare various macros since I am trying to merge an example project into my existing application project. The problem is that I can't figure out how to exclude or remove specific files from the include search path.
I know how to remove entire directories, but let's say I have a directory called Top. Inside Top there are three files: Top\myHeader1.h, Top\myHeader2.h, and Top\myHeader3.h. I set in the include options to search for the path: C:\Top\, but I only want to include two out of the three files in the Top directory.
Also, if there is an easier way to merge a C2000Ware example project with my application project please let me know!
I hope somebody can help me.
Thanks,
- Matthew