targets/Win32/__init__.py
author laurent
Fri, 14 Oct 2011 23:54:00 +0200
changeset 627 ff7f76c936b9
parent 621 a3ce93d63832
child 642 cd7ccbbbf471
permissions -rwxr-xr-x
Fix bug frame title not refreshed when the plugin attributes are modified
from .. import toolchain_gcc

class Win32_target(toolchain_gcc):
    extension = ".dll"
    def getBuilderLDFLAGS(self):
        return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]