beremiz

Fixed test identifier function

2013-03-06, Laurent Bessard
308e51832711
file isExecutable
Fixed test identifier function
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]