beremiz
Clone
Summary
Browse
Changes
Graph
Stripped dead code in bug report dialog.\nFixed error when log flooded while quitting
2012-03-18, Edouard Tisserant
166db2cb630b
file is
Executable
Stripped dead code in bug report dialog.\nFixed error when log flooded while quitting
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]