beremiz
Clone
Summary
Browse
Changes
Graph
Inverted Console and LogViewer tabs in bottom Notebook
2013-03-22, Laurent Bessard
0401295d9804
file is
Executable
Inverted Console and LogViewer tabs in bottom Notebook
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]