beremiz

90db933fe956
file isExecutable
Adding support for Debugging with PLCOpenEditor
Bug with unsubscribe IEC_path start to be fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]