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.
