beremiz
Clone
Summary
Browse
Changes
Graph
Fixed Win32 timer up to 1ms
2012-02-15, Edouard Tisserant
2db8b87016a0
file is
Executable
Fixed Win32 timer up to 1ms
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]