beremiz

Fixed bug in newly rewritten dialogs

2013-06-11, Laurent Bessard
92588e69d853
file isExecutable
Fixed bug in newly rewritten dialogs
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]