beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for saving frame size while closing and restore it at next launch
2011-04-21, laurent
6c919bc1551d
file is
Executable
Adding support for saving frame size while closing and restore it at next launch
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]