Hi,
In my emProject file, how can I include few files only when in debug configuration?
e.g if I have file1.c, file2.c and file3.c then this is what I want:
Release configuration -> build file1.c and file2.c
Debug configuration -> build file1.c, file2.c and file3.c
How can I achieve that?
Thanks
Ankur
In my emProject file, how can I include few files only when in debug configuration?
e.g if I have file1.c, file2.c and file3.c then this is what I want:
Release configuration -> build file1.c and file2.c
Debug configuration -> build file1.c, file2.c and file3.c
How can I achieve that?
Thanks
Ankur