targets/Win32/__init__.py
author laurent
Fri, 18 Nov 2011 17:32:57 +0100
changeset 638 865c7c60a1f3
parent 621 a3ce93d63832
child 642 cd7ccbbbf471
permissions -rwxr-xr-x
Fixing python plugin function block code to follow new macros defined in matiec accessor.h for setting variables
from .. import toolchain_gcc

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