beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for not closing debug tabs and remove variable in variable debug panel if instance still exist in newly transfered program
2012-03-05, laurent
3e83853081d4
file is
Executable
Adding support for not closing debug tabs and remove variable in variable debug panel if instance still exist in newly transfered program
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]