beremiz
Clone
Summary
Browse
Changes
Graph
Adding transition and action in list of instances of SFC POU in PouInstanceVariablesPanel
2012-09-11, laurent
098f822ef308
file is
Executable
Adding transition and action in list of instances of SFC POU in PouInstanceVariablesPanel
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]