beremiz
Clone
Summary
Browse
Changes
Graph
Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else
2013-02-27, Laurent Bessard
7f9a9c47a317
file is
Executable
Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]