On Wed, 27 Jul 2011 12:12:59 -0700, Don Dwiggins
<[email protected]>
wrote:

> Note that all common dependency files will be created  in the first 
> package, and referenced there by the other executables.

To elaborate on this, MERGE() honors strict left-to-right (wrt its
arguments) in deciding where to put common dependencies.

So, given MERGE(A,B,C), modules common to all three executables will be
put in A, as written in the above quote. But also: 

 * Modules common to B and C (but not A) will be put in B
 * Modules common to A and C (but non B) will be put in A

So basically each executable only depends on the previous one(s) in the
merge list.
-- 
Giovanni Bajo   ::  [email protected]
Develer S.r.l.  ::  http://www.develer.com

My Blog: http://giovanni.bajo.it

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to