beremiz
Clone
Summary
Browse
Changes
Graph
Fixed functions used by one or more POU not showing question dialog when trying to delete
2013-05-15, Laurent Bessard
8ded55ada6d6
file is
Executable
Fixed functions used by one or more POU not showing question dialog when trying to delete
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]