beremiz
Clone
Summary
Browse
Changes
Graph
Fixed generated code in py_ext runtime file
2013-05-10, Laurent Bessard
2c96a2f36295
file is
Executable
Fixed generated code in py_ext runtime file
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]