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