beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug PouInstancePanel not updated when drag'n dropping variable from extensions
2013-02-24, Laurent Bessard
0c68d1af821d
file is
Executable
Fixed bug PouInstancePanel not updated when drag'n dropping variable from extensions
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]