beremiz
Clone
Summary
Browse
Changes
Graph
Fixed runtime problems with python 2.6 without wx installed
2012-05-22, Edouard Tisserant
41a4a560406c
file is
Executable
Fixed runtime problems with python 2.6 without wx installed
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]