beremiz
Clone
Summary
Browse
Changes
Graph
Bug on windows when trying to open wxglade generated 'hmi.py' file fixed
2009-09-01, laurent
50f2069a06b3
file is
Executable
Bug on windows when trying to open wxglade generated 'hmi.py' file fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]