So I have a project comprised of multiple modules and I'm trying to work out the best way to compile, with minimal code duplication.
I have a core Framework SWF and a number of sub applications which are independent of core. In addition I have a series of common library SWCS which core and subapps are dependant on.
I'm not sure the best way to compile this project so that each module does not need to include the libraries as this would duplicate code. Would love some advice!
I started out with using external-library-path for compilation, but something is going to have to include the common libraries.
Thanks