beremiz
Clone
Summary
Browse
Changes
Graph
Fixed LogConsole: set read only, enabled copy selected text with CTRL+C and primary selection
2013-04-05, Laurent Bessard
50bb7cc12a84
file is
Executable
Fixed LogConsole: set read only, enabled copy selected text with CTRL+C and primary selection
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]