beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when closing debug tab or beremiz frame with variable debugged and PLC is running
2013-06-03, Laurent Bessard
9a35da8f714b
file is
Executable
Fixed bug when closing debug tab or beremiz frame with variable debugged and PLC is running
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]