beremiz
Clone
Summary
Browse
Changes
Graph
Added support for loading PLCOpen v1 files and modify their content to be compatible with PLCOpen v2
2013-09-29, Laurent Bessard
b0c2c4e1c1f1
file is
Executable
Added support for loading PLCOpen v1 files and modify their content to be compatible with PLCOpen v2
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"]