beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for Debugging with PLCOpenEditor
2008-09-05, lbessard
90db933fe956
file is
Executable
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"]