beremiz
Clone
Summary
Browse
Changes
Graph
Added support for zooming graph so that it fits canvas size in Debug Variable Panel
2013-06-19, Laurent Bessard
fae0809eae98
file is
Executable
Added support for zooming graph so that it fits canvas size in Debug Variable Panel
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]