beremiz
Clone
Summary
Browse
Changes
Graph
Add support for moving cursor in Debug Graphs using arrow keys
2013-05-24, Laurent Bessard
9cc1a3fa9619
file is
Executable
Add support for moving cursor in Debug Graphs using arrow keys
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]