beremiz
Clone
Summary
Browse
Changes
Graph
Updated console messages for build and stop
2011-10-10, Edouard Tisserant
8e74266033f8
file is
Executable
Updated console messages for build and stop
from .. import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]