targets/Win32/__init__.py
author laurent
Fri, 03 Feb 2012 16:12:49 +0100
changeset 678 92a1ec3c6fdd
parent 642 cd7ccbbbf471
child 685 2db8b87016a0
permissions -rwxr-xr-x
Fix bug list of recent projects opened not updated when open project with command line
from ..toolchain_gcc import toolchain_gcc

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