C++ preprocessor should be seen in all unit modules in makefile

How to make a C++ preprocessor code to be seen and take effects throughout many separated translation unit modules in makefile prerequisites to compile?
as its #define job will go off as soon as compile switch to next turn
Last edited on
Do this in a particular header file. #include it whenever you need it.
Topic archived. No new replies allowed.