depends how you link the swc to your project.

compiler.include.libraries // will add the entire swc
compiler.library.path // will only add what's used

--- In flexcoders@yahoogroups.com, dnk <[EMAIL PROTECTED]> wrote:
>
> I have been googling, and have not thus far found an answer....
> 
> If I create a custom Library which has various classes and components
> and compile it out as a SWC.
> 
> Now say I add that swc to my project and use say only one component,
> and none of the others.... Would the compiled file size of my project
> include that of all the components/classes in my library swc, or just
> that of the part actually used from the SWC.
> 
> Thanks!
>


Reply via email to