beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
2012-11-23, Laurent Bessard
d3c6c4ab8b28
file is
Executable
Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]