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
Attachment(s):
Screen shot 2010-03-11 at 18.59.23.png
请先登录再写评论。
Unfortunately there's no such configuration option yet.
You may use custom compiler configuration file to have full control on all Flex compiler options.
Ok thanks Alexander...