beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when export all items values to clipboard in DebugVariablePanel
2013-05-31, Laurent Bessard
3d8c87ab2b5d
file is
Executable
Fixed bug when export all items values to clipboard in DebugVariablePanel
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]