Renames functions and constructors to fit their new ability for dynamic linking
function: staticLink -> linkBinary (will link non static binaries too) function: doMkDLL -> linkDynLib (as we can link on ELF too where DLL is an inappropriate term) constructor: MkDLL -> LinkDynLib
Please register or sign in to comment