beremiz
Clone
Summary
Browse
Changes
Graph
add taskbaricon to beremiz_service.
2008-10-24, greg
141a7145c099
file is
Executable
add taskbaricon to beremiz_service.
fix bug in dicovery.py
Write class for ServicePublisher
from .. import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
CustomLDFLAGS = ["-shared",
"-Wl,--export-all-symbols",
"-Wl,--enable-auto-import",
"-Wl,--whole-archive",
"-Wl,--no-whole-archive",
"-Wl,--exclude-libs,All"]