beremiz
Clone
Summary
Browse
Changes
Graph
Quit runtime with SysTray icon menu should not crash anymore
2012-09-21, Edouard Tisserant
b59e563bcada
file is
Executable
Quit runtime with SysTray icon menu should not crash anymore
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]