beremiz
Clone
Summary
Browse
Changes
Graph
Fixing bug in scrollbars and content position in Topology panel when expand and collapse elements in treectrls
2012-01-09, laurent
037d2beecfb9
file is
Executable
Fixing bug in scrollbars and content position in Topology panel when expand and collapse elements in treectrls
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]