beremiz
Clone
Summary
Browse
Changes
Graph
Modification in catched wxTextCtrl events
2008-08-22, lbessard
b4531bf9bdb3
file is
Executable
Modification in catched wxTextCtrl events
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"]