beremiz
Clone
Summary
Browse
Changes
Graph
Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable
2013-04-24, Edouard Tisserant
847d68c3e7ff
file is
Executable
Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]