beremiz
Clone
Summary
Browse
Changes
Graph
Fix 'Transfer" button state according to last build result
2012-02-02, laurent
607731b33026
file is
Executable
Fix 'Transfer" button state according to last build result
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]