Determining linkage dependencies in Flex applications
Posted
by Kai
on Stack Overflow
See other posts from Stack Overflow
or by Kai
Published on 2010-06-15T23:05:10Z
Indexed on
2010/06/15
23:12 UTC
Read the original article
Hit count: 253
I have a large Flex project with two Applications in it. A lot of code is shared between these Applications. However, the smaller of the Applications does not require much of the code that the larger one does. I'm trying to ensure that code that isn't required by the smaller application isn't getting compiled into it.
Is there an easy way for me to determine which files within my project are being compiled into a particular Application?
© Stack Overflow or respective owner