beremiz
Clone
Summary
Browse
Changes
Graph
Fix import order in Beremiz.py to prevent wrong translations in internationalization
2012-08-29, laurent
17c97fec1164
file is
Executable
Fix import order in Beremiz.py to prevent wrong translations in internationalization
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]