beremiz
Clone
Summary
Browse
Changes
Graph
Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus
2013-04-24, Laurent Bessard
ac9896336b90
file is
Executable
Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]