[Flex 2]. Hi, is it possible somehow to instruct mxmlc to compile _all_ the classes in a project into the resulting SWF, whether those classes be referenced from the Document class/Application or not? I know I can use "-includes" to include the classes one-by-one, and if "-includes" supported wildcards it would do the trick, but it does not.
I guess one possibility would be a two-step compile where first I build a library with compc using "include-sources", and then include everything in that library into the resulting swf with mxmlc using "include-libraries". -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

