also our current WMC implementation does not support splitting translation
across multiple mc files. AFAIK Physcious was working on implementing that
feature to our WMC but even in that case there is no easy way to support
them at rbuild level without introducing a hack, also MS's WMC does not
support it so I think we should keep it to the lowest common denominator and
avoid future compiler compatibility problems as there isn't any significant
advantage on it.
I already compile my kernel32 with 2 mc files ;-) Simply by adding a
second entry to
the rbuild file and to the rc. And it works, both message tables are in
the dll. For some reason it doesn't work when the mc is in the lang
subfolder, don't know why.