beremiz

Fix DebugVariablePanel time range position

2013-01-17, Laurent Bessard
eaa1d3a4b52b
file isExecutable
Fix DebugVariablePanel time range position
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]