[DGD] driver / config file
Johann N. Schmidt
jns at geophysik.uni-kiel.de
Wed Jan 30 18:07:58 CET 2002
Hello,
some suggestions regarding driver.c/config file:
would it be impossible/have disadvantages to transport the tags
1. include_file
2. include_dirs
3. auto_object
4. create
from the dgd config file to the driver, thus having functions
1. string *include_files(string program);
/* on compiling program, those files are included always */
2. string *include_dirs(string program);
/* on compiling program, those dirs are searched for included */
3. string *inherit_auto(string program);
/* those programs must be inherited by program */
4. string *create_fun(string program);
/* this function is called at first call_other to program */
this would make things more flexible and it would be possible to
have objects with the privilegue not to inherit the auto object.
In a mud for example, a domain supervisor can define his own std inherit
files and std include files, which would simplify things in practice.
Yours, jns
_________________________________________________________________
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list