beremiz

Added LogViewer panel in bottom notebook

2013-03-13, Laurent Bessard
3290eff761f1
file isExecutable
Added LogViewer panel in bottom notebook
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]