beremiz
Clone
Summary
Browse
Changes
Graph
Replaced old list of pou instance in project generating process by xslt stylesheet
2013-09-18, Laurent Bessard
748347102c97
file is
Executable
Replaced old list of pou instance in project 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"]