beremiz
Clone
Summary
Browse
Changes
Graph
Fixing bug in project modified state not well reported when modifications made in plugins informations
2011-11-08, laurent
9a9636e16d15
file is
Executable
Fixing bug in project modified state not well reported when modifications made in plugins informations
from .. import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]