 |
How to define C++ preprocessor variable in Makefile - Stack Overflow
I have a C++ preprocessor written like this: #ifdef cpp_variable //x+y; #endif please anyone tell me how to define this in Makefile. thanks! ... You can't do this in a Makefile. However, you can do this when calling the compiler. Search your compiler docu
stackoverflow.com |
 |