beremiz
Clone
Summary
Browse
Changes
Graph
remove arg : self.runtime when create pluginroot instance in OnOpenProject and OnNewProject method from beremiz class
2009-01-19, greg
d7b0b2d8854c
file is
Executable
remove arg : self.runtime when create pluginroot instance in OnOpenProject and OnNewProject method from beremiz class
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]