beremiz
Clone
Summary
Browse
Changes
Graph
Bug with creating or opening a project not closing windows of current opened project fixed
2009-09-03, laurent
9d5b3d63563d
file is
Executable
Bug with creating or opening a project not closing windows of current opened project fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]