beremiz
Clone
Summary
Browse
Changes
Graph
Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.
2008-12-23, etisserant
f2ef79f3dba0
file is
Executable
Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.
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"]