beremiz
Clone
Summary
Browse
Changes
Graph
fixed uncaught exception dialog while displaying cought exception in log
2012-05-21, Edouard Tisserant
382b2c848dac
file is
Executable
fixed uncaught exception dialog while displaying cought exception in log
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]