Function isDll [src]
Prototype
pub fn isDll(compile: *Compile) bool
Parameters
compile: *Compile
Source
pub fn isDll(compile: *Compile) bool {
return compile.isDynamicLibrary() and compile.rootModuleTarget().os.tag == .windows;
}
pub fn isDll(compile: *Compile) bool
compile: *Compile
pub fn isDll(compile: *Compile) bool {
return compile.isDynamicLibrary() and compile.rootModuleTarget().os.tag == .windows;
}