beremiz
Clone
Summary
Browse
Changes
Graph
Update test_master and test_slave examples for linux
2008-10-27, greg
06420c9fb656
file is
Executable
Update test_master and test_slave examples for linux
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"]