beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug with cut/copy/paste on PythonEditor
2012-05-30, laurent
05502e574589
file is
Executable
Fix bug with cut/copy/paste on PythonEditor
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]