Hi,
I use this in my build file;
<!-- Include the necessary framework libraries as external libraries -->
<arg line="-external-library-path '${flexsdk.libs.player.dir}'"/>
<arg line="-external-library-path '${flexsdk.libs.dir}'"/>
This uses those swcs to compile against but bot include the byte code in your
swc.
Mike
--- In [email protected], "Sascha" <sbal...@...> wrote:
>
> Hi List,
>
> I'm trying to compile a SWC with compc (Flex 3.3) from my source code
> library but the compiler always includes all the default Flex classes which
> makes the SWC quite large. Is there a way to exlude all the Flex classes
> from being in the resulting SWC or is this a necessity?
>
> Sascha
>