beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when copying transition and the connected FBD or LD diagram
2012-12-03, Laurent Bessard
39f355a535d8
file is
Executable
Fix bug when copying transition and the connected FBD or LD diagram
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]