beremiz

Fixed warnings in python test

2013-05-02, Laurent Bessard
b566ab5556ab
file isExecutable
Fixed warnings in python test
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]