beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug in Debug refresh lock that, with too much data to debug, flooded GUI and blocked it
2012-11-03, Laurent Bessard
a8952b79caec
file is
Executable
Fix bug in Debug refresh lock that, with too much data to debug, flooded GUI and blocked it
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]