beremiz
Clone
Summary
Browse
Changes
Graph
Even more pedagogical tests/python. Renaming will not help
2012-10-18, Edouard Tisserant
8a51046010d7
file is
Executable
Even more pedagogical tests/python. Renaming will not help
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]