beremiz
Clone
Summary
Browse
Changes
Graph
Replaced old pou instance type tagname computing by xslt stylesheet
2013-09-23, Laurent Bessard
83f41ea00b97
file is
Executable
Replaced old pou instance type tagname computing by xslt stylesheet
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"]