targets/Win32/__init__.py
author Edouard Tisserant
Fri, 18 Nov 2011 18:40:19 +0100
changeset 640 d410fe057543
parent 621 a3ce93d63832
child 642 cd7ccbbbf471
permissions -rwxr-xr-x
Fixed file attributes on Beremiz.py and Beremiz_service.py
from .. import toolchain_gcc

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