beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when trying to add a global function block instance variable to debug variable panel and not connected
2013-06-13, Laurent Bessard
ebc765355536
file is
Executable
Fixed bug when trying to add a global function block instance variable to debug variable panel and not connected
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]