beremiz
Clone
Summary
Browse
Changes
Graph
Fixing bug integrated plugin editors not closed when removing corresponding plugin
2011-12-20, laurent
c1792dfc8c7e
file is
Executable
Fixing bug integrated plugin editors not closed when removing corresponding plugin
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]