beremiz
Clone
Summary
Browse
Changes
Graph
Replacing text buttons by bitmap buttons for variable grid in CFileEditor
2012-10-04, laurent
fe9504c4104e
file is
Executable
Replacing text buttons by bitmap buttons for variable grid in CFileEditor
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]