How to set a define in the makefile that recognizes in the code? Like this: in my Makefile: LINUX=1 in the code: #ifdef LINUX #include
www.cplusplus.com