beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug multiple graph viewer tab displaying values of the same variable can be opened
2012-11-15, Laurent Bessard
fc91d3718b74
file is
Executable
Fix bug multiple graph viewer tab displaying values of the same variable can be opened
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]