I think my Google-fu is failing me. Is there a way to produce a static library that is NOT a klib? Like if I wanted to produce a .lib file that I could link with another C method, is that possible? Or do I have to use the 'native' method to produce BC and then use clang or something to build the finished DLL?