beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug in DebugVariablePanel graphics not reset when program is restart
2013-01-16, Laurent Bessard
e70daa8bca85
file is
Executable
Fix bug in DebugVariablePanel graphics not reset when program is restart
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]