> > The following is the rebaseall command line syntax: > > rebaseall [-b BaseAddress] [-o Offset] [-T FileList | -] [-v] > > where: > > -b => base address used by rebase (default: 0x70000000) > -o => offset between each DLL rebased (default: 0x10000) > -s => specify DLL suffix, use multiple if necessary (default: dll, so) > -T => specify filelist (or stdin) to list additional files > -v => verbose (default: off) > > You just need to use the -T option and specify the addition DLLs to > rebase. >
Thank you. I didn't read the readme, but I did read the sources. As far as I understand it, it simply can use the -T option to add a list of additional files from a wrapper. Reini suggest to add the dll to the same address of the shadowed packages. If I read the sources right, that is not even necessary, as it bases all files in an incremental way. I am currently working on it. Al -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple