beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when drag'n dropping POU from project tree, POU editor is selected if open
2013-06-10, Laurent Bessard
ceaf9b4c0f86
file is
Executable
Fixed bug when drag'n dropping POU from project tree, POU editor is selected if open
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]