beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in DebugVariablePanel, cursor not reset when graphs were reset
2013-05-02, Laurent Bessard
baa09a1c7b15
file is
Executable
Fixed bug in DebugVariablePanel, cursor not reset when graphs were reset
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]