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; }