beremiz

Updated logger calls in debugthread.

2012-02-16, Edouard Tisserant
dac752b613bb
file isExecutable
Updated logger calls in debugthread.
Cleaned up useles call to kill debugthread in stop
Removed dead commented code
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]