On Mar 1, 2007, at 6:18 AM, Joe Huber wrote: > I wrote a simple one window RB utility and it compiles into a 15 MB > UB app. > > The frameworks folder in the app bundle includes a lot of stuff that > I don't use in this app. > > 2.2 MB RBscript > 1.1 MB XML > 112 KB RegEx > 76 KB Shell > > Does anyone know how to get a map of the dependencies in an RB app so > I can figure out how to jetison this extra code from my built app?
To have even more fun, create 4 simple console helper apps that use MBS functions and add them to your Desktop GUI app that also uses MBS functions. You now have 4 copies of the rbframework.dylib, 4 copies of any common MBS segments, and multiple copies of any other RB dylib segments that are common to your GUI and Console apps. I've requested a feature, but others nayed it because this meant that we would need to manage different shared libraries depending on which version of RB was used to build which app. I've updated that FR with a new idea aimed more at this scenario. Tim -- Tim Jones [EMAIL PROTECTED] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
