is it possible to link a compile a dll file witha ini file to produce a complete dll?

i wanna know if it is possible to link a compile a .dll file with a .ini file to produce a complete dll file. If so how would i do this?

Please see the reference manual that came with your compiler, as the process for linking is tool chain specific. This is not an OpenGL question.

Also note that .ini files are not usually a form of source recognized by most linkers.