Does anyone know if AVRA accepts a directive to echo output to console? What I'm after is something that will let me log what options are turned on or off in a given build, like below in pseudo-code .equ Option_1 = True .equ Option_2 = False <much later> .if Option_1 .comment Option 1 enabled in gronker .endif .if Option_2 .comment Option 2 enabled in lunker .endif .if Option_1 & Option_2 .comment This code will not run, Option 1 and Option 2 are not compatible, you dope... (I know I could just leave junk code here to force an errror..) .endif Something like that anyway.. Then I can invoke it with avra >> logfile and capture the output for review before release.
Message
AVRA driectives
2004-01-11 by Dave VanHorn
Attachments
- No local attachments were found for this message.