beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
2013-03-06, Laurent Bessard
dc1318160073
file is
Executable
Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]