[flexcoders] Optimal Linking

2007-04-09 Thread Shaun
I have a modular flex app consisting of the main shell application and several modules. I generate a link report from the main shell app and I use load externs to keep the modules from linking redundant classes. My question is this: I want to force the shell app to also link in any classes

RE: [flexcoders] Optimal Linking

2007-04-09 Thread Alex Harui
or just use -includes= on MXMLC command line From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shaun Sent: Monday, April 09, 2007 10:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Optimal Linking I have a modular flex app