beremiz
Clone
Summary
Browse
Changes
Graph
Improved graphics of LogViewer scrollbar to be anti-aliased
2013-03-15, Laurent Bessard
7ca88194ae89
file is
Executable
Improved graphics of LogViewer scrollbar to be anti-aliased
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]