beremiz
Clone
Summary
Browse
Changes
Graph
Fixing inverted icons for button to Minimize/Maximize plugin parameters panel
2012-01-08, laurent
56b536118ec8
file is
Executable
Fixing inverted icons for button to Minimize/Maximize plugin parameters panel
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]