beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for loading datatypes defined in plugins to allow to use them in PLC program
2012-01-24, laurent
472469f4d5ad
file is
Executable
Adding support for loading datatypes defined in plugins to allow to use them in PLC program
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]