beremiz
Clone
Summary
Browse
Changes
Graph
Replaced left ugly buttons in LogViewer by custom buttons inside MessagePanel
2013-03-15, Laurent Bessard
7dd481eef3b5
file is
Executable
Replaced left ugly buttons in LogViewer by custom buttons inside MessagePanel
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]