05-01-2013, 11:53 PM
LCD Wrote:I suppose, it is possible to define multiple macros, right?Yes, or that's the idea.
-D LANG=de -D VERSION=hard -D RATING=adult

Note this is currently *beta* in 1.3.0.
The next version will have it more tested, since macros now allows also #if directives. e.g.
Code:
#if LANG==de && VERSION==hard || RATING=adult
PRINT "bla bla"
#else
PRINT "ble ble"
#endif