beremiz
Clone
Summary
Browse
Changes
Graph
Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning
2013-04-25, Laurent Bessard
ef088254ba4b
file is
Executable
Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]