I have a 3rd party static library need to be linked, but it has limitation that can not be linked to multiple dlls for dll private heap and global var reason, so I need a way to tell some of my game modules not generate dlls for editor. Or is there a way to tell generate one dll from multiple modules?