beremiz
Clone
Summary
Browse
Changes
Graph
Fix recent projects list not updated when creating new project
2012-02-07, laurent
d72f3a42f440
file is
Executable
Fix recent projects list not updated when creating new project
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]