beremiz
Clone
Summary
Browse
Changes
Graph
Add support for Drag'n dropping located variables to function block creating global located variable in configuration and external variable in function block
2013-05-23, Laurent Bessard
a506e4de8f84
file is
Executable
Add support for Drag'n dropping located variables to function block creating global located variable in configuration and external variable in function block
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]