beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for defining specific global variables for ConfTreeNodes
2012-11-15, Laurent Bessard
235a9ec83b95
file is
Executable
Adding support for defining specific global variables for ConfTreeNodes
Fix bug when defining function block instances as global variables
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]