beremiz
Clone
Summary
Browse
Changes
Graph
Add support for double bracket pragma in syntax highlighting of TextViewer
2012-10-25, Laurent Bessard
1af078aa0cf8
file is
Executable
Add support for double bracket pragma in syntax highlighting of TextViewer
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]