beremiz

file isExecutable
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"]