beremiz
Clone
Summary
Browse
Changes
Graph
Fixed race condition preventing to stop PLC through WAMP
2015-02-09, Edouard Tisserant
ad9a7853dea2
file is
Executable
Fixed race condition preventing to stop PLC through WAMP
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]