beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug in RestoreLayout when previously opened tab no more exist in project
2012-10-25, Laurent Bessard
61b32521442e
file is
Executable
Fix bug in RestoreLayout when previously opened tab no more exist in project
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]