beremiz
Clone
Summary
Browse
Changes
Graph
Moved and start to rewrite DebugVariablePanel splitting it into multiple files
2013-05-29, Laurent Bessard
59c196884fec
file is
Executable
Moved and start to rewrite DebugVariablePanel splitting it into multiple files
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]