Yes, it is sad indeed, cuz I dont know how to instruct CMake to generate objects using a different naming convention.
I am currently looking into it. Hopefully I will find an answer. Where is thie linker source code? Maybe I could do something with it. Eldar Insafutdinov Wrote: > Walter Bright Wrote: > > > Daniel Ribeiro Maciel wrote: > > > Hey guys! > > > > > > The linker can't handle *.d.obj files: > > > > > > http://d.puremagic.com/issues/show_bug.cgi?id=2886 > > > > > > I really need this issue fixed, so can any of you guys point me in the > > > right > > > direction? Where can I find its source code and where to begin and > > > stuff... > > > > > > It is really ruining my CMake building scripts. > > > > > > Best Regards, Daniel > > > > The source code is in the linker, all in assembler! > > > > BTW, it's highly unusual to have that file naming convention. > > This naming convention is used by CMake which in its turn is very popular in > C++ world.
