beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in Resource POU instance type selection
2013-09-25, Laurent Bessard
a2f2981df9b0
file is
Executable
Fixed bug in Resource POU instance type selection
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]