beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for forcing PLC variable (still command to PLC to implement)
2009-12-06, laurent
961bddcfc913
file is
Executable
Adding support for forcing PLC variable (still command to PLC to implement)
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]