beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug in StatusToolBar items state when close and opening another project
2012-05-30, laurent
a8c258f7bdcf
file is
Executable
Fix bug in StatusToolBar items state when close and opening another project
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]