I am not finding the compiler manual in the docs. Seems like it should be simple, but it really isn't explicit IMO.
I find I am using -D more and more.
What is the correct command line syntax?
Is it:
or
I've assumed the square brackets aren't included.
Scott
I find I am using -D more and more.
Code:
mvc -D SYMBOL[-D ANOTHER_SYMBOL] source.mv
Is it:
Code:
-D sympbol1 symbol2
Code:
-D sympbol1 -D symbol2
Scott
Comment