Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Wed, 02 Jun 2004 15:37:05 +0200, Andreas Tscharner <andreas.tscharner at metromec.ch> wrote: >How do I create a module containing the ME_Files and ME1 (for example) >that is named ME in the same modules2 file? > >Something like: >[ME] >/ = !ME_Files >/ = ME1 > You can't merge modules in the same directory (at the moment... there are many reasons why this isn't easy.. eg. thje same file may exist in both modules.. what does 'cvs add' do, etc.) You can do something like [ME] / = !ME_Files /dir1 = ME1/dir1 /dir2 = ME1/dir2 /dir3 = ME2/dir3 /dir4 = ME2/dir4 Tony