beremiz
Clone
Summary
Browse
Changes
Graph
Adding new svgui support using twisted website HMI
2009-08-12, laurent
b7cb57a2da08
file is
Executable
Adding new svgui support using twisted website HMI
Updating svgui example
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]