beremiz
Clone
Summary
Browse
Changes
Graph
Integrate PLCOpenEditor into Beremiz frame
2009-09-16, laurent
433fd448dd31
file is
Executable
Integrate PLCOpenEditor into Beremiz frame
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]