beremiz
Clone
Summary
Browse
Changes
Graph
Added support for drag'n drop variable from one graph to another with visible graph
2013-02-06, Laurent Bessard
5f9dd88a605b
file is
Executable
Added support for drag'n drop variable from one graph to another with visible graph
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]