beremiz
Clone
Summary
Browse
Changes
Graph
Moving definition of grids fonts and colours into CustomGrid
2011-12-16, laurent
21a572d80bd7
file is
Executable
Moving definition of grids fonts and colours into CustomGrid
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]