beremiz
Clone
Summary
Browse
Changes
Graph
Fix non-destroyed dialog in 'OnOpenProject' if 'Cancel' selected
2009-09-01, laurent
9ae15ab058f3
file is
Executable
Fix non-destroyed dialog in 'OnOpenProject' if 'Cancel' selected
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]