pub fn isDll(compile: *Compile) bool
pub fn isDll(compile: *Compile) bool { return compile.isDynamicLibrary() and compile.rootModuleTarget().os.tag == .windows; }