beremiz
Clone
Summary
Browse
Changes
Graph
Move GraphButton from DebugVariableGraphicPanel to separate file
2013-05-30, Laurent Bessard
fc0e7d80494f
file is
Executable
Move GraphButton from DebugVariableGraphicPanel to separate file
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]