beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for loading specific POUs library in LPCBeremiz
2011-12-14, laurent
eb2d9f2b3567
file is
Executable
Adding support for loading specific POUs library in LPCBeremiz
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]