beremiz
Clone
Summary
Browse
Changes
Graph
increase height of some dialog windows so they have enough space for buttons
2016-04-21, Andrey Skvortsov
6dbebfcec074
file is
Executable
increase height of some dialog windows so they have enough space for buttons
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]