beremiz
Clone
Summary
Browse
Changes
Graph
Replaced old pou instance variable list generating process by xslt stylesheet
2013-09-13, Laurent Bessard
df9d02bd3eb7
file is
Executable
Replaced old pou instance variable list generating process 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"]