beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for asking for saving while trying to close a modified project in any case
2009-10-26, laurent
1a5471e81a93
file is
Executable
Adding support for asking for saving while trying to close a modified project in any case
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]