targets/Win32/__init__.py
author Edouard Tisserant
Thu, 13 Oct 2011 13:49:40 +0200
changeset 625 08d4cc1ceb9b
parent 621 a3ce93d63832
child 642 cd7ccbbbf471
permissions -rwxr-xr-x
Fixed LPCBeremiz to refect recent root plugin build method name to change
from .. import toolchain_gcc

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