beremiz
Clone
Summary
Browse
Changes
Graph
Cleaner matplotlib import preventing noisy warnings
2013-10-12, Edouard Tisserant
077bcba2d485
file is
Executable
Cleaner matplotlib import preventing noisy warnings
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]