beremiz
Clone
Summary
Browse
Changes
Graph
add utf-8 and save shortcut support in PythonST
2009-04-04, greg
4f0e1d66bba5
file is
Executable
add utf-8 and save shortcut support in PythonST
fixed bug execfile order (runtime.py / hmy.py) in PLCObject.py
Fixed bug with locale (wrong convertion "." to ",")
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]