beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for automatically saving and restoring state of frame or project perspective
2012-04-27, laurent
135566ab0807
file is
Executable
Adding support for automatically saving and restoring state of frame or project perspective
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]