beremiz
Clone
Summary
Browse
Changes
Graph
fix bug in plugger.py to get URI_Location
2008-08-21, greg
6b4d58363b80
file is
Executable
fix bug in plugger.py to get URI_Location
add ip authorized in beremiz_service.py
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"]