beremiz
Clone
Summary
Browse
Changes
Graph
Fix typo in plc_debug.c
2011-03-25, Edouqrd Tisserant
bb5d0367bf32
file is
Executable
Fix typo in plc_debug.c
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"]