beremiz
Clone
Summary
Browse
Changes
Graph
Fix size of ComboBoxes
2009-02-25, lbessard
5378fe2fb4bc
file is
Executable
Fix size of ComboBoxes
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]