beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for checking that tab content is saved before closing it
2012-07-31, laurent
61280a7d9ff2
file is
Executable
Adding support for checking that tab content is saved before closing it
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]