a workaround - build all your modules, generate the MDF files, then write a script
that will concatenate your MDF files into one.E.g.: for Date.mdf and myNewModule.mdfcat Date.mdf myNewModule.mdf > modules.mdfthen set DXMDF=$filepath/modules.mdf.Of course, you want to make sure that all the code is in the same filepath asthe module definition file.-- Drinking and deriving don't mix.
