beremiz
Clone
Summary
Browse
Changes
Graph
Fixed MouseWheel behavior in DebugVariablePanel, change graph range only if CTRL is pressed
2013-04-18, Laurent Bessard
af8a1aee3584
file is
Executable
Fixed MouseWheel behavior in DebugVariablePanel, change graph range only if CTRL is pressed
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]