beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with decimal value string formatting
2013-11-13, Laurent Bessard
dc94c71a2f25
file is
Executable
Fixed bug with decimal value string formatting
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"]