beremiz
Clone
Summary
Browse
Changes
Graph
Fix wrong panel size making strange background in topology plugin element
2012-02-15, laurent
57aa9da845d5
file is
Executable
Fix wrong panel size making strange background in topology plugin element
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]