beremiz
Clone
Summary
Browse
Changes
Graph
Add support for reorganizing toolbars when their size changed
2012-06-10, laurent
ef221ba41dec
file is
Executable
Add support for reorganizing toolbars when their size changed
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]