Hi,
 
in my project I have files with the suffix .c and .cpp.
 
Now it seems that the .c-files are preprocessed and compiled with
gcc and the other ones with c++.
 
When I define some macros in the compiler-options (-DXYZ)
it seems as only c++ is affected by them and not gcc.
 
If I add them by hand everything is fine, if not errors occur.
 
Is this a fault by my - or can they somewhere else be set?
 
tia,
 
Ralf