beremiz
Clone
Summary
Browse
Changes
Graph
Enahced python_cwiid test with a wxGlade GUI
2009-01-19, etisserant
d73d30b1095f
file is
Executable
Enahced python_cwiid test with a wxGlade GUI
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]