beremiz

Bug on __DEBUG no present fixed

2009-01-09, lbessard
d17bd2f00a87
file isExecutable
Bug on __DEBUG no present fixed
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"]