beremiz
Clone
Summary
Browse
Changes
Graph
Fixed cast in target code to remove void* arithmetic warning
2013-03-21, Edouard Tisserant
afc4963d8f0c
file is
Executable
Fixed cast in target code to remove void* arithmetic warning
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]