beremiz
Clone
Summary
Browse
Changes
Graph
merge
2012-07-06, Edouard Tisserant
f49875b9e946
file is
Executable
merge
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]