Re: [edk2-buildtools] Re-define element in [BuildOptions]

2013-05-06 Thread Andrew Fish
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

Re: [edk2-buildtools] Re-define element in [BuildOptions]

2013-05-06 Thread Kinney, Michael D
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

Re: [edk2-buildtools] Re-define element in [BuildOptions]

2013-05-06 Thread Lee mike
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