beremiz

Fixed lag when moving mouse over Viewer

2013-06-05, Laurent Bessard
30e72bc7d21b
file isExecutable
Fixed lag when moving mouse over Viewer
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]