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.mdf
cat Date.mdf myNewModule.mdf > modules.mdf
then set DXMDF=$filepath/modules.mdf.
Of course, you want to make sure that all the code is in the same filepath as
the module definition file.
-- 
Drinking and deriving don't mix.
 

Reply via email to