www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - why not setup a di -> obj mapping file ?

the mapping file would be something like:

phobos.lib =3D % P%/src/    //as a default lib required
tango.lib =3D % P%/import/tango // as an another choice for user

myheader.di -> mylib.lib
myanotherlibheader -> myanotherlib.lib


this file could be generated by the compiler when use the compiler to em=
it  =

header files
and compiling them to a lib

and the first two lines should be added by user, the lib maker
Apr 15 2007