beremiz

refecored library extension machanism

2012-05-19, Edouard Tisserant
4fc681ed0c61
file isExecutable
refecored library extension machanism
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]