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