beremiz

Fixed pulling of PLC status and log count

2013-03-21, Laurent Bessard
72ee7f3e3cf3
file isExecutable
Fixed pulling of PLC status and log count
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]