beremiz

Fixed build of tests/python.

2015-02-25, Edouard Tisserant
7a2b344de8cf
file isExecutable
Fixed build of tests/python.
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]