targets/Win32/__init__.py
author Edouard Tisserant
Sun, 20 Nov 2011 18:14:04 +0100
changeset 643 1013a69ed1ea
parent 642 cd7ccbbbf471
child 685 2db8b87016a0
permissions -rwxr-xr-x
Fixed typo in /runtime/ServicePublisher
from ..toolchain_gcc import toolchain_gcc

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