beremiz
Clone
Summary
Browse
Changes
Graph
Added extra icon in left panel tree for indicating Pou type (function, functionBlock, or program) when alone
2013-05-17, Laurent Bessard
8fd44bc05aae
file is
Executable
Added extra icon in left panel tree for indicating Pou type (function, functionBlock, or program) when alone
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]