beremiz
Clone
Summary
Browse
Changes
Graph
Fix scroll bug in ConfNode params panel when changing tab selection on Windows
2012-09-23, Laurent Bessard
980863738cf6
file is
Executable
Fix scroll bug in ConfNode params panel when changing tab selection on Windows
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]