beremiz
Clone
Summary
Browse
Changes
Graph
Update chinese and german translation catalogs
2012-09-09, laurent
1a3cc2065216
file is
Executable
Update chinese and german translation catalogs
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]