beremiz
Clone
Summary
Browse
Changes
Graph
Added global variable names in CodeFileEditor auto-completion list
2013-05-14, Laurent Bessard
5fac491d3a0e
file is
Executable
Added global variable names in CodeFileEditor auto-completion list
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]