beremiz
Clone
Summary
Browse
Changes
Graph
Fixing bug preventing copy/cut/paste using shortcuts on CFileEditor text editors
2011-11-16, laurent
c19557ec2c5a
file is
Executable
Fixing bug preventing copy/cut/paste using shortcuts on CFileEditor text editors
from .. import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]