targets/Win32/__init__.py
author Edouard Tisserant
Mon, 28 Nov 2011 13:46:48 +0100 (2011-11-28)
changeset 648 73295e742da2
parent 642 cd7ccbbbf471
child 685 2db8b87016a0
permissions -rwxr-xr-x
Avoid starting Zeroconf if ip unspecified or set to localhost. Pick one interface address when given IP is 0.0.0.0
from ..toolchain_gcc import toolchain_gcc

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