beremiz
Clone
Summary
Browse
Changes
Graph
Rewrite DebugVariablePanel
2013-06-03, Laurent Bessard
786f2533200a
file is
Executable
Rewrite DebugVariablePanel
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]