targets/Win32/__init__.py
author smarteh-dev
Thu, 09 Feb 2012 21:23:11 +0100
changeset 680 61746934df41
parent 642 cd7ccbbbf471
child 685 2db8b87016a0
permissions -rwxr-xr-x
Adding support for integrating CanFestival plugin panels in Beremiz main frame
from ..toolchain_gcc import toolchain_gcc

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