On May 6, 2013, at 8:08 AM, "Kinney, Michael D"
wrote:
> Mike,
>
> When duplicate statements appear some sections, only the last statement in
> the section is used. I think you are seeing that behavior in your example.
>
This brings up a general issue with the current scheme. It is not p
Mike,
When duplicate statements appear some sections, only the last statement in the
section is used. I think you are seeing that behavior in your example.
In order to get all 3 flags appended, you need to do that in a single statement
in the section. If you want to conditionally append DEBUG
Hi Andrew,
Sorry for my unclear statement. I am seeing a way to append definitions in
the same section so that when I write
[BuildOptions]
MSFT:*_*_*_CC_FLAGS = /D DEBUG1
MSFT:*_*_*_CC_FLAGS = /D DEBUG2
MSFT:*_*_*_CC_FLAGS = /D DEBUG3
I need it to behave as
MSFT:*_*_*_CC_FLAGS = /D DEBUG1 /D