beremiz
Clone
Summary
Browse
Changes
Graph
More stable logging. Added small one-entry log for loading errors. Test now include python side concurrent logging
2013-01-29, Edouard Tisserant
94436558f0ce
file is
Executable
More stable logging. Added small one-entry log for loading errors. Test now include python side concurrent logging
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]