targets/Win32/__init__.py
author laurent
Wed, 15 Feb 2012 00:44:24 +0100
changeset 684 d376a8b0b602
parent 642 cd7ccbbbf471
child 685 2db8b87016a0
permissions -rwxr-xr-x
Merge with Edouard's Modifications
from ..toolchain_gcc import toolchain_gcc

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