beremiz
Clone
Summary
Browse
Changes
Graph
Fixed automatic console rising on w32
2009-12-04, edouard
73b3913b6d9c
file is
Executable
Fixed automatic console rising on w32
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]