you mean adding it under the other linker options? yes I could certainly do that but then it has to be done for each and every project configuration. You could even argue every single obj file and parameter could be passed to the linker in this fashion but it's not really convenient.
I looked under global compiler settings->other settings->advanced options. I tried adding that -l switch before the $link_resobjects, but there are two problems doing it this way. First, '-l' isn't prepended before every res file -- only the first res file on the list. Second issue is what if my project doesn't have a resource file? That -l will get passed to the linker anyway and I have an extra unnecessary argument during the link process.