beremiz
Clone
Summary
Browse
Changes
Graph
Add function block types as data types that are not locatable
2012-11-15, Laurent Bessard
e12228fd8773
file is
Executable
Add function block types as data types that are not locatable
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]