beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for using current selected variable for generate newly added variable informations in VariablePanel
2013-05-12, Laurent Bessard
84de51ab40d2
file is
Executable
Adding support for using current selected variable for generate newly added variable informations in VariablePanel
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]