beremiz
Clone
Summary
Browse
Changes
Graph
Close PLC editing and PLC debugging frames while closing project
2009-08-27, laurent
37f870528def
file is
Executable
Close PLC editing and PLC debugging frames while closing project
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]