beremiz
Clone
Summary
Browse
Changes
Graph
fixed bug : Lock _FreePLC until _stopPLC finish
2009-05-28, greg
81777d4e379c
file is
Executable
fixed bug : Lock _FreePLC until _stopPLC finish
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]