beremiz

Fixed Python editor adding variable panel

2013-05-08, Laurent Bessard
233681f2a00e
file isExecutable
Fixed Python editor adding variable panel
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]