beremiz
Clone
Summary
Browse
Changes
Graph
Fixed windows only bug caused by recent changes
2012-06-05, laurent
8f6ed225f4d8
file is
Executable
Fixed windows only bug caused by recent changes
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]