beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for selecting variable type filtering in BrowseLocationsDialog and modify variable type when validated
2012-10-18, Laurent Bessard
b30421d07e8c
file is
Executable
Adding support for selecting variable type filtering in BrowseLocationsDialog and modify variable type when validated
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]