[Omake] semantics of +=

David Kågedal david at virtutech.se
Wed Sep 20 05:09:17 PDT 2006


I was confused for a while when my omake started hanging.  The problem
was that I had something like this in my OMakefile:

    FILES[] =
        a
        b

    FILES +=
        lex
        hex
        mex

Try to spot the error!  Actually I thought this was a valid way to add
to an array, but apparently not.  But how is this syntax interpreted?

-- 
David Kågedal, Virtutech



More information about the Omake mailing list