beremiz

Fix bug when LogException handler

2013-06-26, Laurent Bessard
aa9bc3e6181d
file isExecutable
Fix bug when LogException handler
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]