beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when loading FBD schema with a loop in block connections
2012-09-13, laurent
b2609a8e4cb6
file is
Executable
Fix bug when loading FBD schema with a loop in block connections
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]