[flexcoders] Flex builder compiler line

2008-06-16 Thread jamalwally
Is there a way to see the compiler command that Flex builder 3 uses? For example, in Builder 3, under Properties - Flex Compiler, you can choose several compiler options. I guess that Builder generates a list of compiler options from this gui. I'd like to see the final arguments that are sent

Re: [flexcoders] Flex builder compiler line

2008-06-16 Thread Derrick Anderson
the compiler comes with the SDK, you would not send that argument to the compiler, that's what tells FB what compiler to use. pretty sure anyways. On Mon, Jun 16, 2008 at 10:22 AM, jamalwally [EMAIL PROTECTED] wrote: Is there a way to see the compiler command that Flex builder 3 uses? For

Re: [flexcoders] Flex builder compiler line

2008-06-16 Thread Tom Chiverton
On Monday 16 Jun 2008, jamalwally wrote: list of compiler options from this gui. I'd like to see the final arguments that are sent to the compiler. Add -dump-config build.cfg as an additional compiler argument. This file can be fed to the mxmlc command line compiler. Handy for generating