beremiz

Fix row selection in CustomGrid

2013-03-05, Laurent Bessard
069466072e9d
file isExecutable
Fix row selection in CustomGrid
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]