targets/Win32/__init__.py
author Edouard Tisserant
Mon, 10 Oct 2011 00:19:40 +0200
changeset 624 8e74266033f8
parent 621 a3ce93d63832
child 642 cd7ccbbbf471
permissions -rwxr-xr-x
Updated console messages for build and stop
from .. import toolchain_gcc

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