Is there a way i can set the __OS__ variable in my build environment and have my C++ compiler pick it up from there?
This is just a simple example of what i want to do. To be specific; i have N such headers files; so i must follow this simple approach; unless there is smthing more simpler..
Is there a way i can set the __OS__ variable in my build environment and have my C++ compiler pick it up from there?
This is just a simple example of what i want to do. To be specific; i have N such header files; so i must follow this simple approach; unless there is smthing more simpler..