beremiz
Clone
Summary
Browse
Changes
Graph
Replaced standard function blocks library definition from dictionary to plcopen xml files
2013-09-10, Laurent Bessard
85c167bfff93
file is
Executable
Replaced standard function blocks library definition from dictionary to plcopen xml files
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]