beremiz
Clone
Summary
Browse
Changes
Graph
fix highlighting of multiline comments in ST and IL
2016-04-28, Andrey Skvortsov
7aaf850d8d1c
file is
Executable
fix highlighting of multiline comments in ST and IL
close #2
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"]