beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bugs in support for change DebugVariablePanel 2D graphs layout using drag'n drop
2013-01-24, Laurent Bessard
bf855ccf3705
file is
Executable
Fixed bugs in support for change DebugVariablePanel 2D graphs layout using drag'n drop
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]