beremiz
Clone
Summary
Browse
Changes
Graph
Fix support for adjusting block size to block minimum size and to Viewer scaling
2012-10-16, Laurent Bessard
1009f956d2ee
file is
Executable
Fix support for adjusting block size to block minimum size and to Viewer scaling
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]