beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for change DebugVariablePanel 2D graphs layout using drag'n drop
2013-01-24, Laurent Bessard
852af7c6f0ef
file is
Executable
Adding 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"]