I have a C++ preprocessor written like this:
#ifdef cpp_variable //x+y; #endif
Can anyone tell me how to define this in Makefile.
This is compiler specific.
GCC uses -Dcpp_variable=VALUE or just -Dcpp_variable
-Dcpp_variable=VALUE
-Dcpp_variable
Microsoft's compilers use /D
/D