beremiz
Clone
Summary
Browse
Changes
Graph
Extended WxGlade HMI with automatic mapping of event handlers declared in wxglade editor
2013-05-16, Edouard Tisserant
412e30abf7e5
file is
Executable
Extended WxGlade HMI with automatic mapping of event handlers declared in wxglade editor
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]