targets/Win32/__init__.py
author greg
Thu, 21 Aug 2008 10:35:12 +0200
changeset 206 6b4d58363b80
parent 203 cb9901076a21
child 290 3bd617ae7a05
permissions -rwxr-xr-x
fix bug in plugger.py to get URI_Location
add ip authorized in beremiz_service.py
from .. import toolchain_gcc

class Win32_target(toolchain_gcc):
    extension = ".dll"
    CustomLDFLAGS = ["-shared",
                     "-Wl,--export-all-symbols",
                     "-Wl,--enable-auto-import",
                     "-Wl,--whole-archive",
                     "-Wl,--no-whole-archive",
                     "-Wl,--exclude-libs,All"]