beremiz
Clone
Summary
Browse
Changes
Graph
Fixing bug in displaying lines of code at the origin of matiec errors
2012-01-08, laurent
5d3da49e8029
file is
Executable
Fixing bug in displaying lines of code at the origin of matiec errors
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]