targets/Win32/__init__.py
author laurent
Mon, 09 Jan 2012 18:18:43 +0100
changeset 662 037d2beecfb9
parent 642 cd7ccbbbf471
child 685 2db8b87016a0
permissions -rwxr-xr-x
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"]