beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in PouInstanceVariablesPanel buttons tooltips
2013-04-30, Laurent Bessard
5a08404d5dda
file is
Executable
Fixed bug in PouInstanceVariablesPanel buttons tooltips
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]