beremiz
Clone
Summary
Browse
Changes
Graph
Fixing bug in forcing variables in runtime debug thread
2011-12-09, laurent
c48023b6f0ec
file is
Executable
Fixing bug in forcing variables in runtime debug thread
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]