2 Replies Last post: Mar 11, 2010 10:05 PM by Simon Bailey  
Simon Bailey Newbie 40 posts since
Dec 18, 2009
Currently Being Moderated

Mar 11, 2010 9:59 PM

Compile using External Library Path

Hi,

 

Is there a simple option somewhere in a modules Flex Compiler Settings to set the link type to a library to external?

 

For example, in a Library Module (SWC) I want to define the Flex framework as External (not merged or RSL).

 

I know I can do this in ANT but I was wondering if there was an option similar to eclipse (see attached)?

 

Cheers,

 

Simon

Alexander Doroshko JetBrains 722 posts since
Jun 9, 2009
Currently Being Moderated
Mar 11, 2010 10:03 PM in response to: Simon Bailey
Re: Compile using External Library Path

Unfortunately there's no such configuration option yet.

You may use custom compiler configuration file to have full control on all Flex compiler options.

More Like This

  • Retrieving data ...