beremiz
Clone
Summary
Browse
Changes
Graph
Fix restore project tab layout with transition and action debug tabs
2012-09-11, laurent
a2ce084fb598
file is
Executable
Fix restore project tab layout with transition and action debug tabs
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]