beremiz
Clone
Summary
Browse
Changes
Graph
Better display of Python exceptions from Py_Eval
2013-04-24, Edouard Tisserant
fa7c5034c1d2
file is
Executable
Better display of Python exceptions from Py_Eval
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]