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