beremiz
Clone
Summary
Browse
Changes
Graph
add the possibility to enable or disable wxTaskbarIcon for Beremiz_service
2008-11-24, greg
ea7928fd07da
file is
Executable
add the possibility to enable or disable wxTaskbarIcon for Beremiz_service
Launch beremiz without taskbarIcon by default (incompatible with svgui plugin)
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]