beremiz

Fixed typo PLCobject C fallback interface

2009-12-07, Edouard TISSERANT
11638e373a65
file isExecutable
Fixed typo PLCobject C fallback interface
from .. import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared",
"-Wl,--export-all-symbols",
"-Wl,--enable-auto-import",
"-Wl,--whole-archive",
"-Wl,--no-whole-archive",
"-Wl,--exclude-libs,All"]