beremiz
Clone
Summary
Browse
Changes
Graph
Fixed search highlight bug in ST and Code text editors
2013-05-28, Laurent Bessard
3e2aebc9c7c0
file is
Executable
Fixed search highlight bug in ST and Code text editors
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]