beremiz
Clone
Summary
Browse
Changes
Graph
Even more robust logger, up to the really last line that comes after the rush
2012-02-16, Edouard Tisserant
6324b40d82a5
file is
Executable
Even more robust logger, up to the really last line that comes after the rush
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]