beremiz
Clone
Summary
Browse
Changes
Graph
Fixing bug with filesystem encoding on Windows
2012-07-17, laurent
3cec473bef94
file is
Executable
Fixing bug with filesystem encoding on Windows
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]