beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when transferring PLC and orthogonal graph is displayed with cursor
2013-06-26, Laurent Bessard
757b83fd2173
file is
Executable
Fix bug when transferring PLC and orthogonal graph is displayed with cursor
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]