beremiz
Clone
Summary
Browse
Changes
Graph
Enable Save Menu item according to project modification state
2009-12-10, laurent
15a63eba885f
file is
Executable
Enable Save Menu item according to project modification state
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]