beremiz

Fixed bug when moving debug viewers

2013-06-04, Laurent Bessard
a5a6072ac944
file isExecutable
Fixed bug when moving debug viewers
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]