beremiz
Clone
Summary
Browse
Changes
Graph
Adding button in ConnectionDialog to propagate connection name modification to all connections with the same name in POU
2012-10-18, Laurent Bessard
b64e436f000e
file is
Executable
Adding button in ConnectionDialog to propagate connection name modification to all connections with the same name in POU
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]